<krpano
    title       =   "上海浦东惠南镇【VR全景地图】"
    debugmode   =   "false"
    showerrors  =   "false"
    skin        =   "%SWFPATH%/skin">

    <include url        =   "%SWFPATH%/skin/vtourskin.xml?s=1784377176" />
    <krpano flare_dir   =   "%SWFPATH%/lensflare" />
    <include url        =   "%SWFPATH%/lensflare/core.xml" />
    <include url        =   "%SWFPATH%/skin/vtourskin_design_ultra_light.xml" />
    <skin_settings maps="false"
        pano_title="上海浦东惠南镇【VR全景地图】"
        hide_thumbnails = "1"
        maps_type="google"
        maps_bing_api_key=""
        maps_google_api_key=""
        maps_zoombuttons="false"
        gyro="0"
        webvr="false"
        webvr_gyro_keeplookingdirection="false"
        webvr_prev_next_hotspots="false"
        littleplanetintro="1"
        title="true"
        thumbs="true"
        thumbs_width="120"
        thumbs_height="80"
        thumbs_padding="10"
        thumbs_crop="0|40|240|160"
        thumbs_opened="false"
        thumbs_text="true"
        thumbs_dragging="true"
        thumbs_onhoverscrolling="false"
        thumbs_scrollbuttons="false"
        thumbs_scrollindicator="false"
        thumbs_loop="false"
        tooltips_buttons="false"
        tooltips_thumbs="true"
        tooltips_hotspots="true"
        tooltips_mapspots="false"
        deeplinking="false"
        loadscene_flags="MERGE"
        loadscene_blend="OPENBLEND(0.5, 0.0, 0.75, 0.05, linear)"
        loadscene_blend_prev="SLIDEBLEND(0.5, 180, 0.75, linear)"
        loadscene_blend_next="SLIDEBLEND(0.5,   0, 0.75, linear)"
        loadingtext="loading..."
        layout_width="100%"
        layout_maxwidth="814"
        controlbar_width="-24"
        controlbar_height="40"
        controlbar_offset="20"
        controlbar_offset_closed="-40"
        controlbar_overlap.no-fractionalscaling="10"
        controlbar_overlap.fractionalscaling="0"
        design_skin_images="vtourskin.png"
        design_bgcolor="0x2D3E50"
        design_bgalpha="0.8"
        design_bgborder="0"
        design_bgroundedge="1"
        design_bgshadow="0 4 10 0x000000 0.3"
        design_thumbborder_bgborder="3 0xFFFFFF 1.0"
        design_thumbborder_padding="2"
        design_thumbborder_bgroundedge="0"
        design_text_css="color:#FFFFFF; font-family:Arial;"
        design_text_shadow="1"
        is_show_roll_title="1"
        is_menunav="1"
        is_bg_music_open="1"
        is_jieshuo_open="1"
        opening_animation = "1"
        automatic_skip  = "1"
        startscene      = "scene_12695"
         />
        <action name="add_text_marking_line">
            txtadd(textmarklinename, 'text_marking_line_', get(name));
            if(plugin[get(textmarklinename)], removeplugin(get(textmarklinename)););
            if(hotspot[get(name)].text_marking_html != '' AND hotspot[get(name)].text_marking_line_url != '',
                set(_mark_align, 'bottom');
                if(hotspot[get(name)].text_marking_edge != null AND hotspot[get(name)].text_marking_edge != '', copy(_mark_align, hotspot[get(name)].text_marking_edge));
                if(_mark_align == 'top-left', set(_mark_align, 'rightbottom'));
                if(_mark_align == 'top-right', set(_mark_align, 'leftbottom'));
                if(_mark_align == 'bottom-right', set(_mark_align, 'lefttop'));
                if(_mark_align == 'bottom-left', set(_mark_align, 'righttop'));
                if(_mark_align == 'ltop', set(_mark_align, 'rightbottom'));
                if(_mark_align == 'ztop', set(_mark_align, 'bottom'));
                if(_mark_align == 'rtop', set(_mark_align, 'leftbottom'));
                if(_mark_align == 'rcenter', set(_mark_align, 'left'));
                if(_mark_align == 'rbottom', set(_mark_align, 'lefttop'));
                if(_mark_align == 'zbottom', set(_mark_align, 'top'));
                if(_mark_align == 'lbottom', set(_mark_align, 'righttop'));
                if(_mark_align == 'lcenter', set(_mark_align, 'right'));
                set(_mark_edge, get(_mark_align));
                set(_mark_url, '/static/editor/images/text-marking-triangle.png');
                set(_mark_width, 16);
                set(_mark_height, 14);
                set(_mark_rotate, 0);
                set(_mark_color, '0xffffff');
                set(_mark_alpha, 1);
                if(hotspot[get(name)].text_marking_line_url != null AND hotspot[get(name)].text_marking_line_url != '', copy(_mark_url, hotspot[get(name)].text_marking_line_url));
                if(hotspot[get(name)].text_marking_line_width != null AND hotspot[get(name)].text_marking_line_width != '', copy(_mark_width, hotspot[get(name)].text_marking_line_width));
                if(hotspot[get(name)].text_marking_line_height != null AND hotspot[get(name)].text_marking_line_height != '', copy(_mark_height, hotspot[get(name)].text_marking_line_height));
                if(hotspot[get(name)].text_marking_line_rotate != null AND hotspot[get(name)].text_marking_line_rotate != '', copy(_mark_rotate, hotspot[get(name)].text_marking_line_rotate));
                if(hotspot[get(name)].text_marking_line_color != null AND hotspot[get(name)].text_marking_line_color != '', copy(_mark_color, hotspot[get(name)].text_marking_line_color));
                if(hotspot[get(name)].text_marking_line_alpha != null AND hotspot[get(name)].text_marking_line_alpha != '', copy(_mark_alpha, hotspot[get(name)].text_marking_line_alpha));

                addplugin(get(textmarklinename));
                txtadd(plugin[get(textmarklinename)].parent, 'hotspot[', get(name), ']');
                set(plugin[get(textmarklinename)],
                    type = 'image',
                    url = get(_mark_url),
                    renderer = 'css3d',
                    align = "center",
                    edge = get(_mark_edge),
                    x = 0,
                    y = 0,
                    width = get(_mark_width),
                    height = get(_mark_height),
                    rotate = get(_mark_rotate),
                    color = get(_mark_color),
                    alpha = get(_mark_alpha),
                    enabled = false,
                    capture = false
                );
            );
        </action>
        <action name="add_text_marking_title">
            if(hotspot[get(name)].show_txt==1,
                set(_title_x, '0');
                set(_title_y, '0');
                set(_title_align, 'top');
                set(_title_edge, 'bottom');

                if(hotspot[get(name)].text_x != null, copy(_title_x, hotspot[get(name)].text_x));
                if(hotspot[get(name)].text_y != null, copy(_title_y, hotspot[get(name)].text_y));
                if(hotspot[get(name)].text_align != null, copy(_title_align, hotspot[get(name)].text_align));
                if(_title_align == null, set(_title_align, 'top'));

                if(hotspot[get(name)].text_marking_html == '' OR hotspot[get(name)].text_marking_html === null OR hotspot[get(name)].text_marking_line_url == '' OR hotspot[get(name)].text_marking_line_url === null,
                    set(_title_align, 'center');
                    set(_title_edge, 'center');
                ,
                    set(_mark_align, 'bottom');
                    if(hotspot[get(name)].text_marking_edge != null AND hotspot[get(name)].text_marking_edge != '', copy(_mark_align, hotspot[get(name)].text_marking_edge));
                    txtadd(textmarklinename, 'text_marking_line_', get(name));
                    set(_mark_line_width, 0);
                    set(_mark_line_height, 0);
                    if(plugin[get(textmarklinename)],
                        copy(_mark_line_height, plugin[get(textmarklinename)].height);
                        copy(_mark_line_width, plugin[get(textmarklinename)].width);
                    );
                    set(_title_align, 'center');
                    if(_mark_align == 'top-left', set(_mark_align, 'rightbottom'));
                    if(_mark_align == 'top-right', set(_mark_align, 'leftbottom'));
                    if(_mark_align == 'bottom-right', set(_mark_align, 'lefttop'));
                    if(_mark_align == 'bottom-left', set(_mark_align, 'righttop'));
                    if(_mark_align == 'ltop', set(_mark_align, 'rightbottom'));
                    if(_mark_align == 'ztop', set(_mark_align, 'bottom'));
                    if(_mark_align == 'rtop', set(_mark_align, 'leftbottom'));
                    if(_mark_align == 'rcenter', set(_mark_align, 'left'));
                    if(_mark_align == 'rbottom', set(_mark_align, 'lefttop'));
                    if(_mark_align == 'zbottom', set(_mark_align, 'top'));
                    if(_mark_align == 'lbottom', set(_mark_align, 'righttop'));
                    if(_mark_align == 'lcenter', set(_mark_align, 'right'));
                    set(_title_edge, get(_mark_align));
                    if(_mark_align == 'bottom', sub(_title_y, _title_y, _mark_line_height));
                    if(_mark_align == 'top', add(_title_y, _title_y, _mark_line_height));
                    if(_mark_align == 'right', sub(_title_x, _title_x, _mark_line_width));
                    if(_mark_align == 'left', add(_title_x, _title_x, _mark_line_width));
                    if(_mark_align == 'rightbottom', sub(_title_x, _title_x, _mark_line_width);sub(_title_y, _title_y, _mark_line_height));
                    if(_mark_align == 'leftbottom', add(_title_x, _title_x, _mark_line_width);sub(_title_y, _title_y, _mark_line_height));
                    if(_mark_align == 'lefttop', add(_title_x, _title_x, _mark_line_width);add(_title_y, _title_y, _mark_line_height));
                    if(_mark_align == 'righttop', sub(_title_x, _title_x, _mark_line_width);add(_title_y, _title_y, _mark_line_height));
                );

                txtadd(tooltipname, 'tooltip_', get(name));
                if(plugin[get(tooltipname)], removeplugin(get(tooltipname)););
                addplugin(get(tooltipname));
                txtadd(plugin[get(tooltipname)].parent, 'hotspot[', get(name), ']');

                set(plugin[get(tooltipname)],
                    url = '%SWFPATH%/plugins/textfield.swf',
                    renderer = 'css3d',
                    align = get(_title_align),
                    edge = get(_title_edge),
                    x = get(_title_x),
                    y = get(_title_y),
                    autowidth = true,
                    autoheight = true,
                    vcenter = true,
                    background = true,
                    roundedge = 4,
                    border = false,
                    glow = 0,
                    glowcolor = 0xFFFFFF,
                    textshadow = 0,
                    textshadowrange = 6.0,
                    textshadowangle = 90,
                    enabled = true,
                    capture = false,
                    ondown = 'js(pcMenuModule.markSceneGroupHotspotPointer());'
                );

                if(hotspot[get(name)].text_advanced != '',
                    set(plugin[get(tooltipname)],
                        backgroundalpha = 0,
                        backgroundcolor = 'transparent'
                    );
                    ,
                    set(plugin[get(tooltipname)],
                        backgroundalpha = 0.5,
                        padding = 5,
                        backgroundcolor = 0x000000
                    );
                );

                txtadd(plugin[get(tooltipname)].css, 'text-align:center; color:#FFFFFF; font-family:MicrosoftYahei;font-size:',get(title_size),'px;');

                if(hotspot[get(name)].text_advanced == '' OR hotspot[get(name)].text_advanced === null,
                    copy(plugin[get(tooltipname)].html, hotspot[get(name)].text),
                    copy(plugin[get(tooltipname)].html, hotspot[get(name)].text_advanced)
                );

                txtadd(plugin[get(tooltipname)].onclick, 'callwith(hotspot[',get(name),'], onclick);');
            );
        </action>
                <scene
            name                        =   "scene_12695"
            title                       =   "民乐城商圈"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/060246654d99449c/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.065923"
            lng                         =   "121.741373"
            heading                     =   ""
            scene_id                    =   "12695"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-2.3500296882631"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '0'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-2.3500296882631"
                vlookat                 =   "48.567875645747"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/060246654d99449c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/060246654d99449c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/060246654d99449c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/060246654d99449c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/060246654d99449c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/060246654d99449c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.24633750789479"
                atv                     =   "17.97564754945061"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220377);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "57.00397455360371"
                atv                     =   "14.655276471091941"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220378);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽水雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;水&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12686"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.24696035141275"
                atv                     =   "9.209180573602339"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220379);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12698"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.54648892401343"
                atv                     =   "9.540927949645333"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220380);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠桐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;桐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12688"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.34519821894088"
                atv                     =   "9.099284884747336"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220381);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "玉秀苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玉&lt;br/&gt;秀&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12700"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "148.2469456967353"
                atv                     =   "19.22479472360023"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220382);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "朗馨锦康"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;馨&lt;br/&gt;锦&lt;br/&gt;康[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12692"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-138.34660026002115"
                atv                     =   "12.299136357848488"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220383);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-169.80603197340452"
                atv                     =   "14.993059088087195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220384);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "建欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12691"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-52.30556180837965"
                atv                     =   "28.859121564369474"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-35.347173664126274"
                atv                     =   "35.362177762929065"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220386);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "46.18936391759473"
                atv                     =   "20.04436232651839"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "40.63419231924962"
                atv                     =   "16.807526799807874"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220388);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "第四中学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.69112348623042"
                atv                     =   "19.402475199203504"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220389);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-162.67839729248277"
                atv                     =   "21.468944917750154"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220390);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐第二幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-119.33888007975406"
                atv                     =   "16.63079087152653"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦东医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:6px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;东&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.27338839277007"
                atv                     =   "52.81629767129579"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220392);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.55771401969423"
                atv                     =   "60.063727449042126"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220393);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-79.39922561383275"
                atv                     =   "32.09693633853922"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220394);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.38235307034938"
                atv                     =   "23.122856719350473"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220395);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-157.22027256421174"
                atv                     =   "36.70943453597917"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220396);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.83777285611887"
                atv                     =   "19.35162339333025"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220397);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-91.8577797079123"
                atv                     =   "20.903709746531195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220398);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;border:1px solid rgba(255, 255, 255, 1);color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   ""
                                    ath                     =   "0"
                atv                     =   "0"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_hotspot_title();update_polygon_style(spot_220399,0xfa6400,1,3,0x181616,1,0xffffff,1,2,0x005aff,1);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "待开发"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]待开发[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "image"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "50"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-12.04650137856106"
                atv                     =   "38.28559214341113"
                title_size              =   "14"
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220400);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "1"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]秀园西苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12701"
                    target_view_hlookat =   "-138.3825213780383"
                    target_view_vlookat =   "45.757138280298584"
                    other_args          =   "view.hlookat=-138.3825213780383&amp;view.vlookat=45.757138280298584&amp;view.fov=130"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "image"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "50"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "14.761472365573127"
                atv                     =   "40.45000032310639"
                title_size              =   "14"
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220401);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "1"
                text                    =   "秀园东苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]秀园东苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12701"
                    target_view_hlookat =   "-177.45609104311032"
                    target_view_vlookat =   "50.76835165493234"
                    other_args          =   "view.hlookat=-177.45609104311032&amp;view.vlookat=50.76835165493234&amp;view.fov=130"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "image"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "50"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "34.825355883618386"
                atv                     =   "35.25932299871455"
                title_size              =   "14"
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220402);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "1"
                text                    =   "文竹苑南苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]文竹苑南苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12701"
                    target_view_hlookat =   "133.30893491552314"
                    target_view_vlookat =   "52.109858473476855"
                    other_args          =   "view.hlookat=133.30893491552314&amp;view.vlookat=52.109858473476855&amp;view.fov=130"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.72386373598431"
                atv                     =   "26.10624418942867"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "62.17168360657615"
                atv                     =   "20.058692872932657"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220404);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.91544610654051"
                atv                     =   "14.993279185422582"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220405);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "第四中学东校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;东&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "64.90708774875475"
                atv                     =   "12.99885131998864"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220406);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "34.597258798984456"
                atv                     =   "19.013750240224827"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220407);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇雅苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "image"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "50"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "23.63695597037986"
                atv                     =   "25.262512602361145"
                title_size              =   "14"
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220408);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "1"
                text                    =   "文竹苑北苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]文竹苑北苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12701"
                    target_view_hlookat =   "-272.56416462289707"
                    target_view_vlookat =   "48.90283832587109"
                    other_args          =   "view.hlookat=-272.56416462289707&amp;view.vlookat=48.90283832587109&amp;view.fov=130"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "image"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "50"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-3.525172173084343"
                atv                     =   "29.431944000136767"
                title_size              =   "14"
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220409);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "1"
                text                    =   "秀园北园"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]秀园北园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12701"
                    target_view_hlookat =   "-83.95648786901474"
                    target_view_vlookat =   "51.61477035618905"
                    other_args          =   "view.hlookat=-83.95648786901474&amp;view.vlookat=51.61477035618905&amp;view.fov=130"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "image"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "50"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "-8.684071279116836"
                atv                     =   "20.198885308728205"
                title_size              =   "14"
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220410);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "1"
                text                    =   "兰丽苑西苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]兰丽苑西苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12701"
                    target_view_hlookat =   "-34.07410358031207"
                    target_view_vlookat =   "38.10324655448266"
                    other_args          =   "view.hlookat=-34.07410358031207&amp;view.vlookat=38.10324655448266&amp;view.fov=130"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "image"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-line.png"
                    text_marking_line_width =   "2"
                    text_marking_line_height=   "50"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "line"
                    bgalpha                 =   "0"
                                ath                     =   "12.264799697771195"
                atv                     =   "17.81501120522224"
                title_size              =   "14"
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220411);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "1"
                text                    =   "兰丽苑东苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]兰丽苑东苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12701"
                    target_view_hlookat =   "-5.3793571417785255"
                    target_view_vlookat =   "38.5906592051214"
                    other_args          =   "view.hlookat=-5.3793571417785255&amp;view.vlookat=38.5906592051214&amp;view.fov=130"
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.51162948332171"
                atv                     =   "19.36226280110844"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220412);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "121.67929939833849"
                atv                     =   "23.976755851467114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220413);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "桃花村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]桃&lt;br/&gt;花&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "172.63363713918847"
                atv                     =   "22.385280954199068"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220414);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "朗苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "161.72363834188522"
                atv                     =   "21.626056696873523"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220415);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "馨园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]馨&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-174.4867741609424"
                atv                     =   "22.142144517935773"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220416);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建欣苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.61319249721754"
                atv                     =   "15.902736186151877"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220417);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.59370470625976"
                atv                     =   "4.527212915255787"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220418);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "东城区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12706"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "129.71958291260682"
                atv                     =   "2.5684309570966035"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220419);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "惠南东站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;东&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12726"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "179.59592305230314"
                atv                     =   "9.311279218087268"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220420);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮板块"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;板&lt;br/&gt;块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12727"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-172.16620475051516"
                atv                     =   "3.9699344686640385"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220421);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮南路"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;南&lt;br/&gt;路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12730"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                        <hotspot name               =   "spot_220422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "150.07576861699403"
                atv                     =   "3.7135425671516296"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220422);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "布鲁斯小镇"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;小&lt;br/&gt;镇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   "524289"
                heji                    =   "1"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12705"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12695">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4935"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-82.105163054067" atv="19.238281218347" />
                                        <point ath="77.571177420724" atv="15.853982020655" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4936"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xd0021b"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-121.93450870299" atv="39.073379541098" />
                                        <point ath="-23.430813489202" atv="20.668036128141" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4937"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="0.64843974872201" atv="20.713424286596" />
                                        <point ath="-179.8856757911" atv="27.80811151084" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4938"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="123.24559863037" atv="46.228645715663" />
                                        <point ath="-175.21673303505" atv="59.327483884283" />
                                        <point ath="-136.42542585095" atv="48.445111061728" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4939"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-122.20058529059" atv="37.794272541148" />
                                        <point ath="-106.50922736528" atv="18.389022886458" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4940"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-129.0503491214" atv="43.350275348289" />
                                        <point ath="-127.45485185544" atv="42.09659307409" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12687"
            title                       =   "惠康苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/aa04534d89c20f45/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.070837"
            lng                         =   "121.733948"
            heading                     =   ""
            scene_id                    =   "12687"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-47.78469216625"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-47.78469216625"
                vlookat                 =   "55.095548719178"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/aa04534d89c20f45/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/aa04534d89c20f45/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/aa04534d89c20f45/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/aa04534d89c20f45/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/aa04534d89c20f45/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/aa04534d89c20f45/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_219837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-112.34301544993934"
                atv                     =   "45.26574948671698"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219837);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠康苑西苑78弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠康苑西苑78弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "73.18866998186667"
                atv                     =   "53.73093802528236"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219838);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠康苑东苑240弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠康苑东苑240弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "0.6095039003265015"
                atv                     =   "40.11972527724889"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219839);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠康苑北苑79弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠康苑北苑79弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-144.8737395299937"
                atv                     =   "56.73086948788444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219840);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-136.39473860773134"
                atv                     =   "48.40839128667945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219841);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-129.54428076431964"
                atv                     =   "40.04575616305122"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219842);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-109.0815132987004"
                atv                     =   "66.3178834416062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219843);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-107.4767382145796"
                atv                     =   "54.291055517009"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219844);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-91.13461619148916"
                atv                     =   "31.17162147346899"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219845);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-91.02170932052832"
                atv                     =   "38.08009294555547"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219846);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-104.25374961313048"
                atv                     =   "27.698206361457846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219847);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-106.19304152944187"
                atv                     =   "31.23020557199659"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219848);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-116.18341200674445"
                atv                     =   "26.396725036940005"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219849);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-121.22533480276448"
                atv                     =   "29.026749360125613"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219850);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-126.6167336972266"
                atv                     =   "34.007170988980505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219851);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-77.62762285645863"
                atv                     =   "25.57617075603585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219852);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-65.25516948479117"
                atv                     =   "63.63031320256789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219853);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-78.75970449688253"
                atv                     =   "52.885059416033755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219854);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.63);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-56.39057544571699"
                atv                     =   "41.880905229849816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219855);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-74.09086990903819"
                atv                     =   "29.70677948485343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219856);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-58.41894627010595"
                atv                     =   "23.909578959145982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219857);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-62.55838650156153"
                atv                     =   "22.1104542727477"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219858);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "13.263970661315966"
                atv                     =   "24.774062260637926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219859);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "25.838865537337938"
                atv                     =   "41.30005095506257"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219860);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "15.875443601717564"
                atv                     =   "45.38410323767474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219861);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "2.745887789165465"
                atv                     =   "26.382467800700628"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219862);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-4.35571484452322"
                atv                     =   "27.097049467235482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219863);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-36.28533787132716"
                atv                     =   "25.049033875057223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219864);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-42.75768790758735"
                atv                     =   "23.823556205517193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219865);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-5.47040467757671"
                atv                     =   "48.79737831827437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219866);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-21.708429526121904"
                atv                     =   "49.03025445109837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219867);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-21.793746349028652"
                atv                     =   "36.02426829065812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219868);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-32.295428545296886"
                atv                     =   "34.55943383883588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219869);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-17.714941524586095"
                atv                     =   "27.497774429776143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219870);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-24.50212594258153"
                atv                     =   "26.841398353370327"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219871);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-49.40332581189068"
                atv                     =   "21.871198597750897"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219872);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-53.994821571566376"
                atv                     =   "20.139864715293342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219873);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-45.93810416935702"
                atv                     =   "29.503578840534686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219874);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-46.25972978498754"
                atv                     =   "45.4519607372528"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219875);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "29.33543857100966"
                atv                     =   "20.755677393495407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219876);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "35.72146104529946"
                atv                     =   "23.712161651634524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219877);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "44.390925981604255"
                atv                     =   "30.697598716787866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219878);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "39.92078776966258"
                atv                     =   "35.165351453342936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219879);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "26.797840720365798"
                atv                     =   "29.153950304443804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219880);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "19.27379826858038"
                atv                     =   "23.404277551895355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219881);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "20.30096526762452"
                atv                     =   "31.903959185893008"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219882);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "57.59543247610861"
                atv                     =   "19.570472815611637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219883);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "33.34739193362276"
                atv                     =   "19.512013377888014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219884);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "38.115850145710056"
                atv                     =   "17.568301319395328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219885);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "54.82963691259323"
                atv                     =   "22.94012881455343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219886);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "52.018725512626816"
                atv                     =   "25.948113868209045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219887);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "47.66500431960759"
                atv                     =   "18.30049146787473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219888);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "44.92440713176808"
                atv                     =   "20.05246661565613"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219889);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "41.35824713094587"
                atv                     =   "16.112444487247675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219890);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-69.03711888692868"
                atv                     =   "33.51274391990945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219891);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "55.77610041384423"
                atv                     =   "46.036113546022555"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219892);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "93.11296544722939"
                atv                     =   "50.19362751338386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219893);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "67.54274174488069"
                atv                     =   "25.917479156596116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219894);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "65.06975271664396"
                atv                     =   "30.529440428705595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219895);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "79.25387939419437"
                atv                     =   "27.722734091372764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219896);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "81.80218448329538"
                atv                     =   "32.54627193048044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219897);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "83.99496157340934"
                atv                     =   "36.40242794592238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219898);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "88.19747613970094"
                atv                     =   "44.03159785366539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219899);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "60.73149586125737"
                atv                     =   "39.34136347964654"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219900);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "106.10179050069922"
                atv                     =   "16.502305909989772"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219901);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "133.73528822212756"
                atv                     =   "36.92077439624489"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219902);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "-35.11561211129623"
                atv                     =   "64.51218852406564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219903);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]拱海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "70.19241648069402"
                atv                     =   "87.22664198158098"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219904);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听悦路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]听悦路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   ""
                    text_marking_line_width =   "0"
                    text_marking_line_height=   "0"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   ""
                    bgalpha                 =   "0"
                                ath                     =   "97.57011634654208"
                atv                     =   "25.92303694821189"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219905);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听潮路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]听潮路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "153.02782041201527"
                atv                     =   "18.41283230396424"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219906);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "135.60928636720558"
                atv                     =   "9.786182676332585"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219907);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.43658848379613"
                atv                     =   "6.353459279728839"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219908);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "61.87491493178874"
                atv                     =   "12.429998497076893"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219909);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兰丽苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兰&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "111.41497531964632"
                atv                     =   "43.67697434418642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219910);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "滨河绿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]滨&lt;br/&gt;河&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-169.3539941557434"
                atv                     =   "49.63377554163887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219911);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "音乐喷泉绿地广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]音&lt;br/&gt;乐&lt;br/&gt;喷&lt;br/&gt;泉&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.36740579374032"
                atv                     =   "24.156975162611573"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219912);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-167.06230731979622"
                atv                     =   "15.49403582007451"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219913);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-173.81534363381093"
                atv                     =   "11.348295434084479"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219914);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.75497912663644"
                atv                     =   "7.160002906796449"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219915);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "87.34341869780167"
                atv                     =   "15.373344129350858"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219916);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "99.45259220283896"
                atv                     =   "11.399838956490074"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219917);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                        <hotspot name               =   "spot_219918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "82.94657027996777"
                atv                     =   "10.867947875330009"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219918);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园北园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12687">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4907"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-85.079155664157" atv="30.090301830873" />
                                        <point ath="-71.503507500321" atv="50.875353314631" />
                                        <point ath="65.288675248933" atv="22.880056511921" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4908"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="1.2334488633522" atv="65.6103136079" />
                                        <point ath="5.3627533297759" atv="70.105151073578" />
                                        <point ath="173.62268841061" atv="19.605348152434" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4909"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="60.504737098166" atv="23.434226310845" />
                                        <point ath="130.04057514817" atv="19.301847288266" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12688"
            title                       =   "惠桐苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/cfd9d81d34b53185/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.068992"
            lng                         =   "121.756242"
            heading                     =   ""
            scene_id                    =   "12688"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "13.933546529372"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "13.933546529372"
                vlookat                 =   "51.785602566249"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/cfd9d81d34b53185/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/cfd9d81d34b53185/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/cfd9d81d34b53185/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/cfd9d81d34b53185/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/cfd9d81d34b53185/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/cfd9d81d34b53185/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_219919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-87.51943829171626"
                atv                     =   "61.89383189972074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219919);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠桐苑西苑242弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]惠桐苑西苑242弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.79233326046153"
                atv                     =   "76.36102920712686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219920);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠桐苑东苑263弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]惠桐苑东苑263弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-71.85412273010508"
                atv                     =   "54.65690057099914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219921);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.67954033674005"
                atv                     =   "36.40920455937108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219922);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠桐苑二期1026弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]惠桐苑二期1026弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-77.6284394021169"
                atv                     =   "46.50167257055394"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219923);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-35.68837089092972"
                atv                     =   "42.81280533055387"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219924);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-48.24682245205241"
                atv                     =   "35.81877388893426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219925);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.775915850579"
                atv                     =   "50.99866349859168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219926);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-60.39887709190987"
                atv                     =   "40.84910490413012"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219927);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.32130132459008"
                atv                     =   "32.970835562866384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219928);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-36.13263705240627"
                atv                     =   "30.94869843750336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219929);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1#"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 30, 0.7);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1#[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.37682538113762"
                atv                     =   "75.98033189668337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219930);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.26770522418906"
                atv                     =   "26.62994098586852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219931);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.15868090386408"
                atv                     =   "23.596961141620085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219932);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.30804404739757"
                atv                     =   "19.859339554587535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219933);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "65.98733290408825"
                atv                     =   "19.362096416288562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219934);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.45637477800096"
                atv                     =   "20.29760820724187"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219935);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.766651603261835"
                atv                     =   "20.11479651568449"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219936);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.72954758453727"
                atv                     =   "18.791963312428848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219937);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.402608011290056"
                atv                     =   "24.793359227330335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219938);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.71706605136228"
                atv                     =   "22.929861159654862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219939);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.10741787838884"
                atv                     =   "20.655364192175394"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219940);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.10531195009128"
                atv                     =   "26.516584001076893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219941);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.7902169327283"
                atv                     =   "23.949749435458052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219942);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.16735933850026"
                atv                     =   "23.172727202627136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219943);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 1);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-79.73576530393598"
                atv                     =   "32.34604078023942"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219944);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第四中学东校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;东&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-25.719762987717786"
                atv                     =   "25.760083803343225"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219945);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-67.50148292273809"
                atv                     =   "80.10636802268183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219946);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听民路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听民路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-94.71051467578616"
                atv                     =   "34.40809198800512"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219947);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听惠路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听惠路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.939710968322004"
                atv                     =   "30.344101766424938"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219948);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱秀路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱秀路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-56.57996896408889"
                atv                     =   "23.331458998514606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219949);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱秀路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱秀路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.734843565694348"
                atv                     =   "8.88157248724023"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219950);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "玉秀苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玉&lt;br/&gt;秀&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12700"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-52.206353831733736"
                atv                     =   "13.836774495068873"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219951);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽水雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;水&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12686"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.462827162553822"
                atv                     =   "56.70800884987842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219952);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.799838339260702"
                atv                     =   "33.02121224429603"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219953);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.8697115706222"
                atv                     =   "31.543694954214924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219954);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.064953210038425"
                atv                     =   "34.37504460787022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219955);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.54084477182181"
                atv                     =   "35.903026967257084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219956);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.723301960580955"
                atv                     =   "35.72924476362097"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219957);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.81719659698251"
                atv                     =   "36.48005459584497"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219958);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.22652751946373"
                atv                     =   "42.983027878176586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219959);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.705767547802054"
                atv                     =   "68.39092204630887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219960);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.476872501629941"
                atv                     =   "44.710523636489626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219961);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.044704906861284"
                atv                     =   "51.95254759382884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219962);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.217086450774843"
                atv                     =   "56.678049108533294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219963);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.75);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-82.58893217986997"
                atv                     =   "11.504105256236084"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219964);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.49506937388645"
                atv                     =   "13.079845033971655"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219965);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-72.01672951558805"
                atv                     =   "12.744760234677855"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219966);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "靖海之星幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;海&lt;br/&gt;之&lt;br/&gt;星&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-56.18549446060763"
                atv                     =   "12.337177564772949"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219967);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第四中学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "48.546024262507615"
                atv                     =   "12.429955487750359"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219968);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "五角兴农城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;角&lt;br/&gt;兴&lt;br/&gt;农&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "105.45226516896255"
                atv                     =   "14.387628871368486"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219969);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "海玥铭邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;铭&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-178.33540346415464"
                atv                     =   "7.268015920388028"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219970);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12698"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-143.97907512519225"
                atv                     =   "5.800173179562017"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219971);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-44.20884574411343"
                atv                     =   "8.89653159712029"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219972);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "春双苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]春&lt;br/&gt;双&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-122.2910688517151"
                atv                     =   "7.581789224397438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219973);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "桃花村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]桃&lt;br/&gt;花&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                        <hotspot name               =   "spot_219974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "150.758803064195"
                atv                     =   "7.178419791590367"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219974);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12688">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4910"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-99.355197638721" atv="16.169267587612" />
                                        <point ath="107.77220977977" atv="39.816564672161" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4911"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-175.84566870881" atv="67.335704123771" />
                                        <point ath="-78.566473537636" atv="79.255289385186" />
                                        <point ath="-27.652357397455" atv="56.114610366171" />
                                        <point ath="-16.222782657617" atv="39.490418736365" />
                                        <point ath="-12.390656339261" atv="32.515900525095" />
                                        <point ath="-7.3758116304235" atv="22.171582923186" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4912"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-108.1371401334" atv="33.787331941674" />
                                        <point ath="-96.938747778579" atv="33.495149754888" />
                                        <point ath="-82.349252132649" atv="32.312053009571" />
                                        <point ath="-72.163024560093" atv="31.004977107504" />
                                        <point ath="-63.366087720335" atv="29.374499211879" />
                                        <point ath="-59.066857295255" atv="28.460276789631" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4913"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-66.746177214211" atv="19.919506075292" />
                                        <point ath="-52.319147571273" atv="27.729855128809" />
                                        <point ath="-40.964463805942" atv="32.927133524102" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4914"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="31.605943164156" atv="34.234171299273" />
                                        <point ath="44.476859299099" atv="29.766988754008" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4915"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="59.657144862781" atv="21.844805827221" />
                                        <point ath="74.394940339492" atv="11.972360402525" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4916"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-25.712761095424" atv="37.342245112398" />
                                        <point ath="-14.102058632268" atv="39.120563353832" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4917"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="2.3941638118329" atv="39.580764206398" />
                                        <point ath="5.7472222367289" atv="39.344348120157" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4918"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="15.735998633284" atv="38.164353306049" />
                                        <point ath="18.243592891065" atv="37.736424681175" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4919"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="49.309046142587" atv="27.972889197745" />
                                        <point ath="52.329348419987" atv="26.341827855449" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12689"
            title                       =   "惠益绿苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/4b5d2459b797ac6d/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.067119"
            lng                         =   "121.733983"
            heading                     =   ""
            scene_id                    =   "12689"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "93.658360940609"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "93.658360940609"
                vlookat                 =   "49.179364740159"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/4b5d2459b797ac6d/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4b5d2459b797ac6d/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4b5d2459b797ac6d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4b5d2459b797ac6d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4b5d2459b797ac6d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4b5d2459b797ac6d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_219975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "1.5525914728836483"
                atv                     =   "13.339642600134457"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219975);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "168.86987088706599"
                atv                     =   "11.553541918037476"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219976);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-177.30930734053055"
                atv                     =   "4.086258773506272"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219977);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "153.85149371335007"
                atv                     =   "4.330528202866014"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219978);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "建欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12691"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.7549153649158"
                atv                     =   "8.497757955695999"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219979);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.25376107383676"
                atv                     =   "15.303998313275168"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219980);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.1980378645571"
                atv                     =   "21.378363847616598"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219981);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-114.78993114982816"
                atv                     =   "49.493558806326"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219982);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "132.0439270292125"
                atv                     =   "8.648459918449257"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219983);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.869850625755646"
                atv                     =   "45.58188321106764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219984);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠益绿苑255弄"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠益绿苑255弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.35273307142239"
                atv                     =   "34.684063507910714"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219985);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.62462179404042"
                atv                     =   "23.81231892716765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219986);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.92959550307671"
                atv                     =   "28.00199328643224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219987);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.52236654371103"
                atv                     =   "32.42771584982971"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219988);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.33258776701408"
                atv                     =   "39.299895307662545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219989);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠益绿苑东苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠益绿苑东苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.0027032972647"
                atv                     =   "34.71158408445489"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219990);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.5691824121065"
                atv                     =   "21.87492998083867"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219991);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "119.76562836822686"
                atv                     =   "23.30470347624346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219992);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "127.30640598816672"
                atv                     =   "26.637824174646457"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219993);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "108.99771508396171"
                atv                     =   "26.217422835320622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219994);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "95.89343541005934"
                atv                     =   "25.117159795684984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219995);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.96798731663861"
                atv                     =   "27.4571300753859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219996);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "160.45132116099944"
                atv                     =   "55.63512717028265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219997);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠益绿苑西苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠益绿苑西苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "119.7180951539712"
                atv                     =   "61.87146495989206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219998);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_219999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "143.7137767575772"
                atv                     =   "32.34578304979495"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219999);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "150.31630663704382"
                atv                     =   "33.42859857791595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220000);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "163.6322113681971"
                atv                     =   "35.46700501736709"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220001);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "131.66282470259625"
                atv                     =   "42.40625996036245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220002);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "140.8823113651066"
                atv                     =   "46.25428586185308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220003);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "110.15928406599645"
                atv                     =   "53.391803408619325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220004);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-39.01121393807847"
                atv                     =   "42.49729864376256"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220005);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.085220632753192"
                atv                     =   "32.120976680729214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220006);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "音乐喷泉绿地广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]音&lt;br/&gt;乐&lt;br/&gt;喷&lt;br/&gt;泉&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.505376265124426"
                atv                     =   "24.611149595640256"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220007);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "62.03273255989683"
                atv                     =   "18.19367398084503"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220008);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.50947375296562"
                atv                     =   "24.417973344458247"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220009);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "滨河绿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]滨&lt;br/&gt;河&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.702618241878156"
                atv                     =   "8.83083300348081"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220010);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兰丽苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兰&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "69.94944247742762"
                atv                     =   "12.15695600550137"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220011);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "76.00383294360194"
                atv                     =   "8.86220496048751"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220012);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "79.06969569951985"
                atv                     =   "9.833797164106159"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220013);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.15833106023524"
                atv                     =   "13.324224082986888"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220014);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.04956284965931"
                atv                     =   "10.025201357451667"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220015);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园北园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-164.24032095244925"
                atv                     =   "15.962934111098802"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220016);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]精&lt;br/&gt;神&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-170.79642706098025"
                atv                     =   "10.773240300453724"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220017);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "复旦大学附属浦东医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]复&lt;br/&gt;旦&lt;br/&gt;大&lt;br/&gt;学&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "84.726767119731"
                atv                     =   "50.31448720915355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220018);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱晨路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱晨路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                        <hotspot name               =   "spot_220019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "5.010765149272231"
                atv                     =   "53.18967582787586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220019);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听悦路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听悦路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12689">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4920"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="87.136674364024" atv="12.512394805721" />
                                        <point ath="83.913193410055" atv="43.464466670416" />
                                        <point ath="-73.312796246809" atv="75.850785546301" />
                                        <point ath="-89.580644559364" atv="28.220697871396" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4921"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="1.3850612306832" atv="19.070860408993" />
                                        <point ath="5.5997511894517" atv="58.405453052738" />
                                        <point ath="154.46443753794" atv="81.802205698052" />
                                        <point ath="177.76792744433" atv="34.773491098697" />
                                        <point ath="179.07546459374" atv="17.498223047702" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12690"
            title                       =   "惠益新苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/7eb2988fdf731fd9/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.060653"
            lng                         =   "121.734294"
            heading                     =   ""
            scene_id                    =   "12690"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "75.302583078268"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "75.302583078268"
                vlookat                 =   "50.500359364226"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/7eb2988fdf731fd9/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7eb2988fdf731fd9/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7eb2988fdf731fd9/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7eb2988fdf731fd9/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7eb2988fdf731fd9/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7eb2988fdf731fd9/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "15.280027507708553"
                atv                     =   "12.908675156309458"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220020);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "77.43298139122095"
                atv                     =   "18.288780417221908"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220021);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "97.68864777727512"
                atv                     =   "7.934993233914135"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220022);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "朗馨锦康"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;馨&lt;br/&gt;锦&lt;br/&gt;康[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12692"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "130.11354013101305"
                atv                     =   "13.544995775223752"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220023);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "建欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12691"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-174.99985369172856"
                atv                     =   "17.738354603326"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220024);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-20.354364039496545"
                atv                     =   "21.495255464427384"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220025);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.813329063257754"
                atv                     =   "13.015006191500216"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220026);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "1.6894727272302248"
                atv                     =   "6.731451244084392"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220027);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.26557205566098"
                atv                     =   "11.887751857851773"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220028);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.79762368206627"
                atv                     =   "8.663195273021856"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220029);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.29182283717802"
                atv                     =   "49.296059701097"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220030);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠益新苑北苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠益新苑北苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.173576292504038"
                atv                     =   "43.501037235165306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220031);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.11912865417952"
                atv                     =   "29.55445761309108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220032);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.703425160835707"
                atv                     =   "21.786814235457957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220033);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.278880139676858"
                atv                     =   "22.598772214077947"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220034);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.685153237931445"
                atv                     =   "29.391979455301662"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220035);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.639254377535735"
                atv                     =   "28.31768940477557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220036);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.27526844104455"
                atv                     =   "45.513620820335895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220037);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.30644969135972"
                atv                     =   "40.136440068150456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220038);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.95485599142415"
                atv                     =   "32.564617752897355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220039);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.1089532393554"
                atv                     =   "29.551486113070677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220040);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "48.803321390918086"
                atv                     =   "38.90826785334926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220041);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.7599714833558"
                atv                     =   "35.16728622830294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220042);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "49.49466453948094"
                atv                     =   "26.77519117325098"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220043);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.587025546467316"
                atv                     =   "23.79845637722272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220044);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.26259007837348"
                atv                     =   "29.707032451300133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220045);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.651415887313874"
                atv                     =   "23.09210499289204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220046);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.596786686402083"
                atv                     =   "41.166316285609085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220047);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "155.71573009333017"
                atv                     =   "66.65673889622336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220048);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠益新苑南苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠益新苑南苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "109.80374296167233"
                atv                     =   "35.059574286611834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220049);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "124.57346528357735"
                atv                     =   "64.1507162327752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220050);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "107.52539136486044"
                atv                     =   "54.13315882080229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220051);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "100.37420747708066"
                atv                     =   "44.89521367179113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220052);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "119.37410032605248"
                atv                     =   "43.47304117985032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220053);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.39931336479611"
                atv                     =   "47.40217826073079"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220054);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "146.28538016716317"
                atv                     =   "53.0413550147851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220055);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "95.60387089025897"
                atv                     =   "37.63032092933818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220056);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.905830388270033"
                atv                     =   "66.63327590778604"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220057);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-29.318322665371056"
                atv                     =   "31.603188158803654"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220058);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;精&lt;br/&gt;神&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.03050104726458"
                atv                     =   "46.832983637377914"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220059);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "复旦大学附属浦东医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]复&lt;br/&gt;旦&lt;br/&gt;大&lt;br/&gt;学&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "61.09267409794592"
                atv                     =   "14.206445477616029"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220060);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秋和苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "121.74445506569953"
                atv                     =   "21.588343928496272"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220061);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "161.19477893493703"
                atv                     =   "34.63442797246613"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220062);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.3804145908517"
                atv                     =   "11.345691612999582"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220063);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "朗苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "101.199133694517"
                atv                     =   "9.53964158599005"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220064);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "馨园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]馨&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "115.13682078146601"
                atv                     =   "9.266222097632356"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220065);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇景名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;景&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "7.819189786713537"
                atv                     =   "10.02088692551132"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220066);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.444963355770938"
                atv                     =   "9.353785132262198"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220067);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "136.52363654055316"
                atv                     =   "46.87594964156096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220068);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱为路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱为路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                        <hotspot name               =   "spot_220069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.452148584340648"
                atv                     =   "57.56543617901612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220069);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听悦路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听悦路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12690">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4922"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="94.225792385713" atv="16.107151084488" />
                                        <point ath="176.20464343267" atv="51.901034784596" />
                                        <point ath="-134.76988809126" atv="37.255679097218" />
                                        <point ath="-121.27457278073" atv="25.739150190976" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4923"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-0.23975695099307" atv="12.737704847001" />
                                        <point ath="-2.3426697793575" atv="35.377553322617" />
                                        <point ath="-8.8096666287169" atv="70.658925144125" />
                                        <point ath="-176.90479755574" atv="44.371356535495" />
                                        <point ath="-178.90363158009" atv="15.722564363446" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12697"
            title                       =   "荣春苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/e73a2400b9e11e7f/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.065743"
            lng                         =   "121.739864"
            heading                     =   ""
            scene_id                    =   "12697"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-51.815332034148"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-51.815332034148"
                vlookat                 =   "55.755320947798"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/e73a2400b9e11e7f/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e73a2400b9e11e7f/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e73a2400b9e11e7f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e73a2400b9e11e7f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e73a2400b9e11e7f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e73a2400b9e11e7f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.13670129314028"
                atv                     =   "6.364791733660659"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220483);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-78.24927272533347"
                atv                     =   "17.75950618513608"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220484);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-151.13054985537786"
                atv                     =   "4.628057097057302"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220485);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-172.6158772627777"
                atv                     =   "15.475467656926973"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220486);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.36085028190382"
                atv                     =   "25.0895820343217"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220487);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "59.60844824082653"
                atv                     =   "4.725942796313051"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220488);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽水雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;水&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12686"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "76.87727389800574"
                atv                     =   "3.6588317692184127"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220489);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠桐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;桐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12688"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-130.50569887425456"
                atv                     =   "9.602474484143608"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220490);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.73334381862969"
                atv                     =   "61.21697686259192"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220491);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "荣春苑北苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]荣春苑北苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-160.20237713642115"
                atv                     =   "63.61090508009839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220492);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "荣春苑南苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]荣春苑南苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-53.7576223789369"
                atv                     =   "33.8501847967307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220493);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-75.20325049357939"
                atv                     =   "31.337421730284916"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220494);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-19.799048716548953"
                atv                     =   "67.84019872548264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220495);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-54.10424784873163"
                atv                     =   "52.73915443174561"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220496);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-62.609457312050665"
                atv                     =   "46.05671586074412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220497);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-72.97105393743823"
                atv                     =   "35.21011228424062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220498);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.800306737362348"
                atv                     =   "32.09732140849504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220499);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-39.91826732360414"
                atv                     =   "28.492401355954403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220500);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-45.94860216005537"
                atv                     =   "26.176551244249637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220501);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.6488445355132626"
                atv                     =   "49.36891089792716"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220502);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-19.232369892517113"
                atv                     =   "47.99281628002181"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220503);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.041673522145743"
                atv                     =   "68.4029905949128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220504);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.30954171985036"
                atv                     =   "37.51801161479881"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220505);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.63055631592147"
                atv                     =   "34.08214954197035"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220506);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.739075826214275"
                atv                     =   "33.42823394832204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220507);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.9302691950858843"
                atv                     =   "34.335243049569456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220508);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.265047951256065"
                atv                     =   "33.70874592322713"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220509);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.728730215452686"
                atv                     =   "31.602996201395687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220510);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-160.14606740743776"
                atv                     =   "38.51908378495024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220511);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-118.4139812050652"
                atv                     =   "65.0318244989481"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220512);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-109.41181108334547"
                atv                     =   "53.50349759914622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220513);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-105.83511286675781"
                atv                     =   "37.265216416700106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220514);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-103.75354270634284"
                atv                     =   "31.643585638017136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220515);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.3540974660549"
                atv                     =   "30.415044153241254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220516);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-126.95616743361643"
                atv                     =   "32.678135920121576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220517);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-136.8896759476359"
                atv                     =   "22.935105488552885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220518);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-141.3503737104908"
                atv                     =   "24.671972270072004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220519);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-152.88295617665003"
                atv                     =   "28.190362733468405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220520);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-159.09061833903002"
                atv                     =   "29.623952567306105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220521);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-133.16895198541303"
                atv                     =   "28.813643710366563"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220522);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-140.95440037743222"
                atv                     =   "32.63605336032146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220523);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-138.61648563631513"
                atv                     =   "43.88043360680818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220524);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-151.35720018747642"
                atv                     =   "48.76502641120447"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220525);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-14.406605178647396"
                atv                     =   "18.150331828762877"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220526);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "10.689070975151594"
                atv                     =   "15.198592104561467"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220527);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.067436924564618"
                atv                     =   "13.394548078428329"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220528);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "45.667259083072906"
                atv                     =   "16.263095740057384"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220529);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.08889419167406"
                atv                     =   "12.37452378593619"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220530);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文竹苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;竹&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "57.11850491505402"
                atv                     =   "9.588185712094287"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220531);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "66.60806936221627"
                atv                     =   "7.407191943899046"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220532);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.40463812657629"
                atv                     =   "14.514133875363672"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220533);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.24148693562029"
                atv                     =   "8.297701251953088"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220534);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-84.85575665910926"
                atv                     =   "9.704420993469048"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220535);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-101.63794410669095"
                atv                     =   "9.829850731013142"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220536);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.674484588657776"
                atv                     =   "82.8176863817949"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220537);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱川路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱川路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                        <hotspot name               =   "spot_220538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-59.43425444919711"
                atv                     =   "30.55440701862062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220538);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听悦路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听悦路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12697">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4946"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-93.524114029846" atv="9.9350851561893" />
                                        <point ath="-93.979554537049" atv="14.299935205306" />
                                        <point ath="-93.757450134508" atv="16.296538560367" />
                                        <point ath="-92.366199690858" atv="21.835088892043" />
                                        <point ath="-90.500132747068" atv="28.333875791635" />
                                        <point ath="-87.9911312839" atv="37.81908249599" />
                                        <point ath="-83.426354063316" atv="59.180068888031" />
                                        <point ath="27.048328570324" atv="83.703261528443" />
                                        <point ath="80.597276821329" atv="51.397400308549" />
                                        <point ath="82.396452738612" atv="43.74752101697" />
                                        <point ath="83.762638933857" atv="33.580165713492" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4947"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-101.19568221113" atv="33.790844616811" />
                                        <point ath="-78.512996892688" atv="33.632726536778" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4948"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-71.18607246397" atv="32.710446658813" />
                                        <point ath="-50.182403397425" atv="27.302217158516" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4949"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-44.504139530157" atv="25.107555646317" />
                                        <point ath="-14.345142877934" atv="9.3167210776927" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4950"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-114.60809260681" atv="31.918661576823" />
                                        <point ath="-106.59376368429" atv="33.252908301566" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4951"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-129.45281309519" atv="27.957147050317" />
                                        <point ath="-121.02010210412" atv="30.428830822639" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4952"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-134.31077151499" atv="26.181450571346" />
                                        <point ath="-131.96365390305" atv="27.065443994245" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12699"
            title                       =   "颐康名苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/138d8c84853eca0a/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.066004"
            lng                         =   "121.743264"
            heading                     =   ""
            scene_id                    =   "12699"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-4.651945179935"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-4.651945179935"
                vlookat                 =   "57.134510821215"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/138d8c84853eca0a/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/138d8c84853eca0a/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/138d8c84853eca0a/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/138d8c84853eca0a/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/138d8c84853eca0a/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/138d8c84853eca0a/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-56.16078287963455"
                atv                     =   "5.511990946032239"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220576);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-93.56454549132383"
                atv                     =   "19.176310188331755"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220577);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-139.0360220045726"
                atv                     =   "10.27241988958716"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220578);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "158.2280493906543"
                atv                     =   "7.98678387300386"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220579);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "朗馨锦康"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;馨&lt;br/&gt;锦&lt;br/&gt;康[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12692"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-161.23661129958737"
                atv                     =   "5.6771537279142885"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220580);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "建欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12691"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "117.28800074328177"
                atv                     =   "1.8686371248583646"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220581);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12698"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.6514145974179"
                atv                     =   "4.260896822686176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220582);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠桐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;桐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12688"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "50.33836557560596"
                atv                     =   "5.574269742020066"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220583);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽水雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;水&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12686"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-82.78170001390305"
                atv                     =   "8.951928347392913"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220584);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.02809763297918"
                atv                     =   "6.017493781050362"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220585);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-104.04442025046794"
                atv                     =   "5.869681682262251"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220586);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-61.79592550140427"
                atv                     =   "56.775526462296895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220587);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "颐康名苑西苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]颐康名苑西苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-45.26627278508431"
                atv                     =   "69.78222646287477"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220588);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-46.67844731203053"
                atv                     =   "29.02751685084773"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220589);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.56165265366917"
                atv                     =   "31.679638370783508"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220590);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.83612826991964"
                atv                     =   "36.2278236599582"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220591);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-60.84605861742864"
                atv                     =   "34.007507757446014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220592);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-49.41095074453597"
                atv                     =   "43.74084973807384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220593);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-35.09418177806219"
                atv                     =   "49.44841265004166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220594);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-72.62063915716459"
                atv                     =   "43.003062469497664"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220595);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.86672681618688"
                atv                     =   "38.81169829459229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220596);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.34270018634419"
                atv                     =   "47.94090558873277"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220597);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.45613990333584"
                atv                     =   "57.166985853429495"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220598);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "颐康名苑东苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]颐康名苑东苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.794455627637433"
                atv                     =   "51.00387819458098"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220599);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.02030461093801"
                atv                     =   "46.33043944928032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220600);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.470430897609049"
                atv                     =   "36.02750876013374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220601);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.33204558908858"
                atv                     =   "32.06452853007444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220602);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.456469247931636"
                atv                     =   "29.189263779439994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220603);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "48.7396914528739"
                atv                     =   "34.4619176455359"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220604);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.9024140223778"
                atv                     =   "40.59689533475205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220605);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.50103988513183"
                atv                     =   "61.89951432366661"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220606);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.01933193893109"
                atv                     =   "69.77962415049883"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220607);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.29330602024811"
                atv                     =   "65.40070643372503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220608);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱川路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱川路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-179.45403565946265"
                atv                     =   "58.91613802712927"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220609);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱乐路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱乐路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-14.304368214011902"
                atv                     =   "17.006503389980413"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220610);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.18505155966892"
                atv                     =   "13.545600830274337"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220611);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "4.498418587430763"
                atv                     =   "22.58508144286995"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220612);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "16.354842765724413"
                atv                     =   "16.81329953649379"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220613);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文竹苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;竹&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "36.44229062704369"
                atv                     =   "10.522119431650955"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220614);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.684179852824"
                atv                     =   "9.630656608712737"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220615);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "8.782422137441586"
                atv                     =   "10.564121082212248"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220616);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文竹苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;竹&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.83425839926116"
                atv                     =   "7.840977342874583"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220617);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇雅苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-50.48228315111328"
                atv                     =   "14.536930451464674"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220618);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-61.92158878081966"
                atv                     =   "10.734292327871065"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220619);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-52.77649027625637"
                atv                     =   "11.11948504401013"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220620);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "滨河绿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]滨&lt;br/&gt;河&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "146.82404619407703"
                atv                     =   "53.806373334508216"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220621);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泓瀚苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泓&lt;br/&gt;瀚&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.6173731908596"
                atv                     =   "45.68510913896551"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220622);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "海恒苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;恒&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-75.72656276974692"
                atv                     =   "6.888025787779597"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220623);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-172.99493629997934"
                atv                     =   "9.358301792837501"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220624);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "朗苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.92188578708493"
                atv                     =   "8.791710858028608"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220625);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "174.42539746797053"
                atv                     =   "8.742813202589376"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220626);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "馨园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]馨&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                        <hotspot name               =   "spot_220627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "141.4879648109668"
                atv                     =   "7.030495654623972"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220627);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12699">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4957"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-93.270910291787" atv="16.387863385189" />
                                        <point ath="-92.741061353159" atv="45.734799166682" />
                                        <point ath="85.101663645396" atv="62.91322769708" />
                                        <point ath="86.104776516447" atv="34.31773413322" />
                                        <point ath="86.116796131039" atv="20.082991176349" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4958"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-177.38677004195" atv="23.24383414577" />
                                        <point ath="-179.50126354408" atv="36.09707827916" />
                                        <point ath="179.65804824277" atv="41.919634164559" />
                                        <point ath="179.83252490182" atv="59.831608068952" />
                                        <point ath="-0.83715237543055" atv="67.015538682712" />
                                        <point ath="-0.99519538418684" atv="40.408116861417" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12691"
            title                       =   "建欣苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/9aae7dc7e675a1aa/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.057674"
            lng                         =   "121.739529"
            heading                     =   ""
            scene_id                    =   "12691"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-177.79260016243"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-177.79260016243"
                vlookat                 =   "59.900063967886"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/9aae7dc7e675a1aa/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9aae7dc7e675a1aa/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9aae7dc7e675a1aa/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9aae7dc7e675a1aa/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9aae7dc7e675a1aa/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9aae7dc7e675a1aa/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-95.51992944329089"
                atv                     =   "17.297666576190192"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220070);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.63148746149989"
                atv                     =   "17.02181444751989"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220071);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "7.506716824568173"
                atv                     =   "19.890516672964516"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220072);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.19110436014404"
                atv                     =   "14.052272102974618"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220073);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "朗馨锦康"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;馨&lt;br/&gt;锦&lt;br/&gt;康[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12692"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "81.29540157099865"
                atv                     =   "4.923828464298675"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220074);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12698"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "21.626477788282273"
                atv                     =   "8.221537509835333"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220075);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.490719120713266"
                atv                     =   "54.27940730620363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220076);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "建欣苑北苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]建欣苑北苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.39394783567667"
                atv                     =   "36.80399852248139"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220077);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.82327365004801"
                atv                     =   "30.533412492266503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220078);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.291910165763"
                atv                     =   "31.762419455223554"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220079);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.294340675678598"
                atv                     =   "36.133969130979736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220080);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.431012691969727"
                atv                     =   "45.75343351597313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220081);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.017376218817446"
                atv                     =   "44.32562215864468"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220082);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.326496314992255"
                atv                     =   "37.91484541089096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220083);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.87954220235798"
                atv                     =   "35.84608840901559"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220084);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.32157670936647"
                atv                     =   "53.003928477550815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220085);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.26466991679973"
                atv                     =   "47.57476622516989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220086);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.840874953102116"
                atv                     =   "45.27520147892803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220087);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.83711679740628"
                atv                     =   "41.43329292225301"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220088);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-107.34947969519538"
                atv                     =   "63.601206266231586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220089);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "建欣苑西苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]建欣苑西苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-153.31161934212162"
                atv                     =   "29.160335344785885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220090);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-93.66030044246878"
                atv                     =   "48.738368129640754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220091);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-145.72343748369838"
                atv                     =   "70.83925979915162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220092);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-124.03524700623996"
                atv                     =   "51.14137903060648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220093);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-118.16669650663363"
                atv                     =   "45.82695837106395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220094);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-162.91951565623623"
                atv                     =   "52.51072326135833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220095);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-148.8239342285567"
                atv                     =   "49.14526687426547"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220096);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-144.00920033014248"
                atv                     =   "41.90906133518601"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220097);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-136.61465904871523"
                atv                     =   "38.53985401238021"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220098);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-162.1795252076596"
                atv                     =   "37.294492206169515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220099);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-169.8785426829769"
                atv                     =   "38.479342942299354"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220100);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-159.1587001271036"
                atv                     =   "30.482449756191265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220101);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-146.61282410608663"
                atv                     =   "32.60750187178624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220102);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-173.65690510625632"
                atv                     =   "32.28649663617526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220103);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "104.0914308888363"
                atv                     =   "66.95118001435182"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220104);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "建欣苑东苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]建欣苑东苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "92.30801983770772"
                atv                     =   "55.402675613083666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220105);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "147.49296172914717"
                atv                     =   "70.05692770906234"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220106);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.353217260713"
                atv                     =   "63.25840271069321"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220107);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "111.66902583573096"
                atv                     =   "41.93106063556299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220108);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.5775824771423"
                atv                     =   "47.0283779269276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220109);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "151.7363781679627"
                atv                     =   "49.10391703241776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220110);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "163.0705506322135"
                atv                     =   "51.356846793553906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220111);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "129.00445993211588"
                atv                     =   "36.8363652206179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220112);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "135.1065652358294"
                atv                     =   "40.28543134625389"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220113);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "140.0590260776776"
                atv                     =   "33.01078114431315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220114);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "149.77662083848853"
                atv                     =   "34.951782610229074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220115);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "157.70112075004891"
                atv                     =   "36.59095361953391"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220116);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "147.88697107170236"
                atv                     =   "29.169275858611392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220117);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "152.92320959198554"
                atv                     =   "30.3093084738193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220118);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "166.68173158903733"
                atv                     =   "32.24889977121752"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220119);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "172.99065058906595"
                atv                     =   "32.7753551230343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220120);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "57.95743055228945"
                atv                     =   "28.540760652094903"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220121);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "朗苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.0274468825537"
                atv                     =   "20.731928844203214"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220122);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "馨园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]馨&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.02405319947025"
                atv                     =   "23.845955718996525"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220123);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇景名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;景&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "141.0125691484266"
                atv                     =   "19.806255022556176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220124);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮民乐苑零一坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;苑&lt;br/&gt;零&lt;br/&gt;一&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "176.11030735683192"
                atv                     =   "24.298599438400835"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220125);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮民乐苑零二坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;苑&lt;br/&gt;零&lt;br/&gt;二&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "123.42723453441198"
                atv                     =   "16.240037797972708"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220126);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南汇体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.89888934243436"
                atv                     =   "50.80407993760883"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220127);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-74.28879432355848"
                atv                     =   "22.74339325443124"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220128);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-56.646877763814246"
                atv                     =   "11.585563427058714"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220129);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "复旦大学附属浦东医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]复&lt;br/&gt;旦&lt;br/&gt;大&lt;br/&gt;学&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-47.06622270713285"
                atv                     =   "11.98975069217148"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220130);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;精&lt;br/&gt;神&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-38.556242950058106"
                atv                     =   "8.354605469720488"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220131);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.29423600055492"
                atv                     =   "7.244042532331407"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220132);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-20.5710584165779"
                atv                     =   "9.235071454600053"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220133);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-1.6239149980204957"
                atv                     =   "13.200330075769244"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220134);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荣春秋和苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;秋&lt;br/&gt;和&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "1.950827757319928"
                atv                     =   "8.676616808946791"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220135);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荣春苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.11805462594816"
                atv                     =   "82.20827851145668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220136);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱亮路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱亮路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                        <hotspot name               =   "spot_220137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-53.077120653885004"
                atv                     =   "41.63873493637959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220137);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听潮路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听潮路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12691">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4924"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-88.729775801998" atv="20.557731670384" />
                                        <point ath="-86.535635257033" atv="35.135908838765" />
                                        <point ath="-82.659583894226" atv="55.565035222059" />
                                        <point ath="82.545116667201" atv="43.161593781741" />
                                        <point ath="86.096863764985" atv="20.209177049218" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4925"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-13.895127720132" atv="14.818808871148" />
                                        <point ath="-25.777428196262" atv="25.342550758715" />
                                        <point ath="-41.848265240125" atv="36.012443080346" />
                                        <point ath="-90.059771338186" atv="48.020356136701" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4926"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-97.256090271873" atv="47.383269029465" />
                                        <point ath="-113.86475287593" atv="45.089843416749" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4927"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-119.61261866929" atv="43.663379520374" />
                                        <point ath="-132.95008002534" atv="38.677452862533" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4928"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-137.03026385707" atv="36.971735035473" />
                                        <point ath="-142.20786391327" atv="34.093610565001" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12692"
            title                       =   "朗馨锦康"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/e8f6b989cb1ec8d5/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.058072"
            lng                         =   "121.745068"
            heading                     =   ""
            scene_id                    =   "12692"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-0.66048647773925"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-0.66048647773925"
                vlookat                 =   "58.890781836162"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/e8f6b989cb1ec8d5/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e8f6b989cb1ec8d5/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e8f6b989cb1ec8d5/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e8f6b989cb1ec8d5/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e8f6b989cb1ec8d5/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e8f6b989cb1ec8d5/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-97.79368605140485"
                atv                     =   "9.543753664466808"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220138);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.13616095137007"
                atv                     =   "21.190633412305072"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220139);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "建欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12691"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-67.14378720554112"
                atv                     =   "8.813328551697648"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220140);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-46.326778241910574"
                atv                     =   "12.606194256751689"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220141);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-11.754170444326974"
                atv                     =   "10.798429260599134"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220142);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-32.7633281513032"
                atv                     =   "8.031646424087677"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220143);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.22183475799193"
                atv                     =   "8.242708758569632"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220144);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12698"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "63.51271737348395"
                atv                     =   "62.7043600168704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220145);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "锦苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]锦苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.84244923167182"
                atv                     =   "72.84784633891404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220146);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.260736356950304"
                atv                     =   "26.884804429921225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220147);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.518379878768428"
                atv                     =   "29.680180206715225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220148);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.52040290214302"
                atv                     =   "30.630361269704636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220149);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.462201290124312"
                atv                     =   "32.196763781654994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220150);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.143346488651275"
                atv                     =   "32.985233388941744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220151);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.735032041719478"
                atv                     =   "32.41159057358979"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220152);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.412049874090087"
                atv                     =   "37.04064261678778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220153);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.917097633766957"
                atv                     =   "39.03076622767296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220154);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "40.27492990975537"
                atv                     =   "36.54136461412028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220155);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.931762219647055"
                atv                     =   "38.452466176438634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220156);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.41056858613655"
                atv                     =   "45.071181125013155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220157);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.830146186407774"
                atv                     =   "46.505722218301"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220158);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.96135200001311"
                atv                     =   "41.86904373581585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220159);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.25358957445883"
                atv                     =   "44.7401093255864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220160);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.801788910900484"
                atv                     =   "52.98817476173118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220161);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.853904897145526"
                atv                     =   "54.50242050643181"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220162);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.931816039368414"
                atv                     =   "47.03528556598803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220163);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.781116214611075"
                atv                     =   "49.85457604680491"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220164);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.696208579065114"
                atv                     =   "63.557112269509865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220165);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.973130134317444"
                atv                     =   "67.44752761962468"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220166);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.93961394121442"
                atv                     =   "53.459386923938"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220167);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.33868175001982"
                atv                     =   "57.27644531084143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220168);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "74.19744681750512"
                atv                     =   "61.53669852602467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220169);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.078592504994674"
                atv                     =   "77.38229431707565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220170);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.641702476458022"
                atv                     =   "55.75595683513289"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220171);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.55765629483028"
                atv                     =   "52.67823668051866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220172);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "16.91023007523637"
                atv                     =   "45.89365655389038"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220173);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.57727757555307"
                atv                     =   "31.689984351176957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220174);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.732785485633087"
                atv                     =   "36.05219073428146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220175);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "14.537079135390854"
                atv                     =   "38.59140938959959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220176);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.647262231710158"
                atv                     =   "27.926228551599806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220177);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.9312575913842"
                atv                     =   "12.384689060298522"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220178);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兴东佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兴&lt;br/&gt;东&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "102.00662332317239"
                atv                     =   "16.608442254634472"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220179);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "桃源二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]桃&lt;br/&gt;源&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "120.83853625207064"
                atv                     =   "14.16551556408272"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220180);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "桃花源一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]桃&lt;br/&gt;花&lt;br/&gt;源&lt;br/&gt;一&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "135.6556994701538"
                atv                     =   "23.476131813062242"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220181);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海健康医学院附属卫生学校浦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;健&lt;br/&gt;康&lt;br/&gt;医&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;学&lt;br/&gt;校&lt;br/&gt;浦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "169.7531394344566"
                atv                     =   "29.08100356690917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220182);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南汇体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "147.63692878269666"
                atv                     =   "45.78382096206252"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220183);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "成才高中"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]成&lt;br/&gt;才&lt;br/&gt;高&lt;br/&gt;中[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-133.80418673232685"
                atv                     =   "50.43011400363823"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220184);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇景名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;景&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-155.01312733913153"
                atv                     =   "23.93325445970384"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220185);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮民乐苑零一坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;苑&lt;br/&gt;零&lt;br/&gt;一&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.0516408217942"
                atv                     =   "16.735942546967422"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220186);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮民乐苑零二坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;苑&lt;br/&gt;零&lt;br/&gt;二&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-80.34918720508631"
                atv                     =   "18.016895143468073"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220187);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-86.09708535789213"
                atv                     =   "12.630570188055511"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220188);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "87.06248783824424"
                atv                     =   "61.344648480865395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220189);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听谐路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听谐路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.753907472306196"
                atv                     =   "65.71467308108193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220190);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "城西路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]城西路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-84.10453147302758"
                atv                     =   "61.77713276754893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220191);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "馨园"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]馨园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.593406878002668"
                atv                     =   "32.61713604184053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220192);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-25.707646149501215"
                atv                     =   "33.18981234092025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220193);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-20.84364262928267"
                atv                     =   "33.76863557954547"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220194);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.689361362493628"
                atv                     =   "34.781789514514095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220195);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-25.97455001107369"
                atv                     =   "46.07805207943728"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220196);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.991276610942066"
                atv                     =   "47.62136545911972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220197);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.438890714773606"
                atv                     =   "39.47272425038946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220198);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-14.212652684457908"
                atv                     =   "40.272348391835685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220199);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-36.57229382851523"
                atv                     =   "37.814656526056815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220200);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-30.741448007740587"
                atv                     =   "40.06730129991684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220201);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-46.16678573982591"
                atv                     =   "43.04678471973767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220202);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-41.55385138281906"
                atv                     =   "45.43017139602946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220203);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-32.57479668854677"
                atv                     =   "52.757031381129494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220204);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-36.84859944559139"
                atv                     =   "63.66975175189167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220205);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-60.857835923722064"
                atv                     =   "48.69820752074339"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220206);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-55.103804859686704"
                atv                     =   "53.17796200360596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220207);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.5352299339375"
                atv                     =   "54.66851255067141"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220208);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-45.37785423210448"
                atv                     =   "59.8510935527825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220209);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-63.38692218005832"
                atv                     =   "70.0697184592226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220210);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-68.2105695520325"
                atv                     =   "65.4326069772089"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220211);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.79597876221624"
                atv                     =   "53.556248228155184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220212);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-75.8460040423189"
                atv                     =   "51.25034782800371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220213);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-40.654437248132695"
                atv                     =   "43.32105904849781"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220214);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.45285327532395"
                atv                     =   "32.044072416522944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220215);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "康园"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]康园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.12033915507641"
                atv                     =   "18.680208492096163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220216);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.72865394118935"
                atv                     =   "21.06683374977779"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220217);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.21154796983217"
                atv                     =   "23.89911235781677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220218);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.486602870204706"
                atv                     =   "19.51143763667884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220219);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.86763396560559"
                atv                     =   "22.410140360627764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220220);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.83133581702475"
                atv                     =   "25.151059595658054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220221);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.31219998385723"
                atv                     =   "21.04201366926775"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220222);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.172676238229656"
                atv                     =   "23.441533721620527"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220223);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.93132072703315"
                atv                     =   "26.694697767628014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220224);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.46250629104816"
                atv                     =   "21.481220938569713"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220225);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.19530926763139"
                atv                     =   "25.195200260683514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220226);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.63905113404468"
                atv                     =   "29.11084273817525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220227);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.9115920323955"
                atv                     =   "22.436037443098844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220228);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "74.22265623529802"
                atv                     =   "26.140202859530756"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220229);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.07081637220165"
                atv                     =   "30.914907183488538"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220230);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.63551958903861"
                atv                     =   "22.939491283459322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220231);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "84.00051151562536"
                atv                     =   "26.616056295704716"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220232);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.36911223907185"
                atv                     =   "31.504852901962057"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220233);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.412049874090087"
                atv                     =   "39.04064261678778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220234);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.412049874090087"
                atv                     =   "39.04064261678778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220235);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.412049874090087"
                atv                     =   "39.04064261678778"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220236);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-84.61264352490906"
                atv                     =   "38.86179292419787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220237);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "朗苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]朗苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-40.68757053618651"
                atv                     =   "30.231349573294498"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220238);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.10327960873974"
                atv                     =   "29.315396442224174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220239);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.36453824919954"
                atv                     =   "28.229401762623215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220240);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.12872123353566"
                atv                     =   "26.29763995723114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220241);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-54.41686275377589"
                atv                     =   "25.116804702015056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220242);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-49.324827387273785"
                atv                     =   "33.984428793233285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220243);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-52.99820860691108"
                atv                     =   "31.784447080734797"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220244);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-59.1874309492901"
                atv                     =   "28.052405317758673"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220245);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-61.61412941929569"
                atv                     =   "26.540174833608422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220246);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-60.54918855588829"
                atv                     =   "38.080011541879436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220247);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-63.94134493032135"
                atv                     =   "34.74784490518059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220248);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-67.69367892195322"
                atv                     =   "30.127528865242674"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220249);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-69.51264664235237"
                atv                     =   "28.19918774030611"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220250);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-73.82066141276437"
                atv                     =   "40.4228216075392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220251);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.0953823419785"
                atv                     =   "36.89472381489398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220252);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-78.01656958248168"
                atv                     =   "31.463428211238703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220253);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.87255754824969"
                atv                     =   "28.863955163578783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220254);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-86.41456490454738"
                atv                     =   "33.01851300583631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220255);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-86.60184605353282"
                atv                     =   "31.393089466468968"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220256);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.78947084945668"
                atv                     =   "38.76771293504564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220257);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-62.5092805978324"
                atv                     =   "36.31835526717025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220258);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                        <hotspot name               =   "spot_220259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-78.92367289304741"
                atv                     =   "30.20436684647264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220259);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12692">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4929"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-91.609173233506" atv="16.922631029045" />
                                        <point ath="-91.409632823881" atv="34.024916317479" />
                                        <point ath="85.924897585379" atv="69.651346042328" />
                                        <point ath="87.445247040676" atv="37.495105698086" />
                                        <point ath="88.013051334779" atv="21.752637092192" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4930"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-2.6426386102855" atv="36.487738930468" />
                                        <point ath="-135.15820018668" atv="81.640804378458" />
                                        <point ath="-173.15741212302" atv="40.902223791827" />
                                        <point ath="-175.34360238615" atv="28.268865018719" />
                                        <point ath="-176.11975312294" atv="22.422746212455" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12693"
            title                       =   "丽园北区"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/ba7718184b139e75/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.065452"
            lng                         =   "121.732480"
            heading                     =   ""
            scene_id                    =   "12693"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-4.5145152281685"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-4.5145152281685"
                vlookat                 =   "56.283942215275"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/ba7718184b139e75/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="7296" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ba7718184b139e75/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3648" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ba7718184b139e75/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ba7718184b139e75/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ba7718184b139e75/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "68.08891122583435"
                atv                     =   "16.88222718475084"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220260);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "154.62175485774483"
                atv                     =   "7.793735516440497"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220261);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "179.95948269467544"
                atv                     =   "40.98504636400736"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220262);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "97.86581769179378"
                atv                     =   "4.511845111751224"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220263);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.42337149027091"
                atv                     =   "3.2327851554801033"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220264);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "8.343866946961043"
                atv                     =   "5.800933665826777"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220265);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.59765246897939"
                atv                     =   "68.3657144887127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220266);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]丽园北区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.198385772220604"
                atv                     =   "66.0870489733431"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220267);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-75.23345408036988"
                atv                     =   "45.426419901347124"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220268);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-72.72559115720566"
                atv                     =   "50.35040990629656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220269);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-66.43619141967531"
                atv                     =   "58.230763185662276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220270);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-54.96809298371875"
                atv                     =   "67.93120784126162"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220271);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.79981473499743"
                atv                     =   "55.965713813046094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220272);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.5420333362066"
                atv                     =   "48.398481072772405"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220273);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.17073181428486"
                atv                     =   "41.965706918774636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220274);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "74.46953743147378"
                atv                     =   "39.03932148374465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220275);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.740147179050666"
                atv                     =   "43.744763169725054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220276);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.41348008607093"
                atv                     =   "39.21588769752443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220277);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.40493229275546"
                atv                     =   "36.658857917484596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220278);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.46231692037634"
                atv                     =   "38.10524821909912"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220279);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "60.467323988112696"
                atv                     =   "35.77529712141826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220280);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-61.37242988887283"
                atv                     =   "39.212938662668016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220281);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-56.91690757772278"
                atv                     =   "42.865364919204495"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220282);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.92220185589395"
                atv                     =   "42.01286403935058"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220283);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-48.968438728553394"
                atv                     =   "34.408509178353526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220284);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-45.08678351656158"
                atv                     =   "36.329621182525294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220285);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.684846851988254"
                atv                     =   "46.70152779726909"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220286);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-31.616590991333794"
                atv                     =   "43.493374807744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220287);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-39.44157200201488"
                atv                     =   "40.17269535131153"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220288);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-39.966775953008664"
                atv                     =   "30.801243631264423"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220289);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-36.6170256143194"
                atv                     =   "31.687030866114917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220290);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.834658903358672"
                atv                     =   "28.912233299829186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220291);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.687633737754652"
                atv                     =   "29.82387478880082"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220292);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-7.551397245257306"
                atv                     =   "30.782643837291978"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220293);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.909010282186387"
                atv                     =   "30.351875185865087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220294);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.4436367174186"
                atv                     =   "28.94493584759499"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220295);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.74419953375275"
                atv                     =   "27.314653744905502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220296);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.71005657831358"
                atv                     =   "28.95332062283675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220297);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.42261563275588"
                atv                     =   "27.39253163527421"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220298);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.270996476595315"
                atv                     =   "32.58510506174914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220299);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.41497213171817"
                atv                     =   "31.543929977689125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220300);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-98.65067658640817"
                atv                     =   "53.93982713626615"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220301);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-97.53828301007474"
                atv                     =   "48.04495028626562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220302);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-96.60341238612091"
                atv                     =   "44.565589570895966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220303);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-1.628796249769266"
                atv                     =   "16.661892833076546"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220304);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "17.83132544385444"
                atv                     =   "9.32437085092001"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220305);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "绿苑幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]绿&lt;br/&gt;苑&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.926328144683907"
                atv                     =   "10.290167688299348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220306);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "滨河绿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]滨&lt;br/&gt;河&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "38.099938373761006"
                atv                     =   "11.288135992755999"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220307);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "53.85101543207617"
                atv                     =   "7.327118184003968"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220308);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.72790836130952"
                atv                     =   "18.48428372676439"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220309);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;精&lt;br/&gt;神&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-176.25062193106515"
                atv                     =   "10.396548195932304"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220310);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "复旦大学附属浦东医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]复&lt;br/&gt;旦&lt;br/&gt;大&lt;br/&gt;学&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "131.63816585041394"
                atv                     =   "72.60971905169767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220311);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱川路
"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱川路
[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                        <hotspot name               =   "spot_220312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-52.656342294715444"
                atv                     =   "32.90500519628853"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220312);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "大川公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]大川公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12693">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4931"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-166.87504391305" atv="10.728671915025" />
                                        <point ath="-153.62443537193" atv="20.002410496871" />
                                        <point ath="-115.47028742777" atv="36.206267379885" />
                                        <point ath="-63.575152282009" atv="36.241622583328" />
                                        <point ath="-29.032036452769" atv="21.005928853488" />
                                        <point ath="-17.039225298887" atv="12.475224185127" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4932"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-103.21384320504" atv="38.337001974267" />
                                        <point ath="-107.20528296559" atv="47.855116718076" />
                                        <point ath="97.613266020392" atv="38.947141496248" />
                                        <point ath="92.835238832537" atv="28.881327348646" />
                                        <point ath="86.456404174442" atv="12.966426237485" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12694"
            title                       =   "丽园南区"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/0d913133c763b56f/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.063563"
            lng                         =   "121.732488"
            heading                     =   ""
            scene_id                    =   "12694"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-6.4120127463869"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-6.4120127463869"
                vlookat                 =   "64.780432832035"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/0d913133c763b56f/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="7296" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d913133c763b56f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="3648" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d913133c763b56f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1792" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d913133c763b56f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d913133c763b56f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "2.252540019605192"
                atv                     =   "25.484086927693042"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220313);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "39.93895982654061"
                atv                     =   "14.328674862341874"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220314);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.1115073936705"
                atv                     =   "18.138800836934177"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220315);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "171.16928013088256"
                atv                     =   "8.708394977200243"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220316);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "10.573825240324766"
                atv                     =   "5.809225861590881"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220317);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "68.33538046781541"
                atv                     =   "8.477277571560174"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220318);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "100.73892629021714"
                atv                     =   "7.5600252595640915"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220319);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.56005333057135"
                atv                     =   "69.87756479934878"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220320);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]丽园南区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-45.982284728677996"
                atv                     =   "71.24592047251114"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220321);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.248484579362184"
                atv                     =   "65.84594034768634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220322);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.81439906337164"
                atv                     =   "58.39008211680574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220323);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-93.77354853406712"
                atv                     =   "50.826093883222384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220324);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-94.21293547576283"
                atv                     =   "55.76330762991672"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220325);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-94.78894394573314"
                atv                     =   "59.64792864889471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220326);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-99.74268333282271"
                atv                     =   "77.86442249152772"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220327);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-103.24273866885403"
                atv                     =   "82.64662172927895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220328);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-137.07105210141015"
                atv                     =   "88.48693456245353"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220329);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "89.65755407082946"
                atv                     =   "79.91503034956935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220330);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "88.903358828097"
                atv                     =   "73.94189719336848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220331);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "87.92117355491257"
                atv                     =   "64.09901867283034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220332);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "87.41006922003618"
                atv                     =   "59.048322087257624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220333);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.6333527873569"
                atv                     =   "46.87914947996075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220334);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "65.15391700850716"
                atv                     =   "44.097186936587676"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220335);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.38383694124047"
                atv                     =   "50.39936792854123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220336);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.14937228464947"
                atv                     =   "46.99962547911959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220337);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "14.077970525081469"
                atv                     =   "38.1228313938191"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220338);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.099258592144906"
                atv                     =   "36.900236678634045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.02902608648526"
                atv                     =   "34.744732132344865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.3403122750143"
                atv                     =   "37.202000900896344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220341);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.137269404590484"
                atv                     =   "35.6574547392941"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220342);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.71567060988639"
                atv                     =   "39.201434020987755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220343);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.39636962989903"
                atv                     =   "41.78990741635872"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220344);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.7895520300566"
                atv                     =   "46.228533235643894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220345);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.54671756628028"
                atv                     =   "49.8137114374921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220346);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.8661328737943"
                atv                     =   "53.01769035603877"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220347);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-14.46001914835631"
                atv                     =   "51.738331118333406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220348);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-30.762631205860714"
                atv                     =   "50.15875748455518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220349);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.31773182278681"
                atv                     =   "47.38886053967767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220350);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-55.899795699077345"
                atv                     =   "47.560079523708126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220351);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-59.84850990146367"
                atv                     =   "43.58206163287229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220352);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.84376058758471"
                atv                     =   "47.08552125228255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220353);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-72.52452690357899"
                atv                     =   "50.698073050650564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220354);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.2306288511221"
                atv                     =   "57.785626810778105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220355);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-64.15630398078224"
                atv                     =   "64.4917968569688"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220356);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.87562398788168"
                atv                     =   "41.78188065985744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220357);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.416249327574974"
                atv                     =   "39.55579104421536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220358);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.27902607902257"
                atv                     =   "35.028327808863075"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220359);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.95382126567495"
                atv                     =   "36.447604338760826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220360);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "44"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.68845312214313"
                atv                     =   "36.80830807021293"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220361);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.8140693642859"
                atv                     =   "37.81753239046506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220362);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.868257469591697"
                atv                     =   "37.90920061906365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220363);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-1.195677673644468"
                atv                     =   "12.88596148228254"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220364);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "28.43131087439542"
                atv                     =   "10.582481335607339"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "44.26037140581076"
                atv                     =   "8.893189417588067"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220366);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.05952018299661"
                atv                     =   "6.288801543104368"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "57.33992218106073"
                atv                     =   "5.163336879892787"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220368);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.080165572424505"
                atv                     =   "7.0067904787677815"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220369);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兰丽苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兰&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "35.950401714343855"
                atv                     =   "4.841927758009378"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兰丽苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兰&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "151.3644206843248"
                atv                     =   "51.03975105308566"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220371);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;精&lt;br/&gt;神&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.42786805706797"
                atv                     =   "24.441147998586604"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "复旦大学附属浦东医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]复&lt;br/&gt;旦&lt;br/&gt;大&lt;br/&gt;学&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "142.54718329627798"
                atv                     =   "22.11713360344739"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220373);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "160.57068633463643"
                atv                     =   "12.720344496129607"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220374);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "135.74511145165405"
                atv                     =   "78.27819088080511"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220375);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱乐路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱乐路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                        <hotspot name               =   "spot_220376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-56.051915407896956"
                atv                     =   "39.17726033338303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220376);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "大川公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]大川公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12694">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4933"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-103.20129728093" atv="43.226076640936" />
                                        <point ath="-112.45706176957" atv="62.546135553313" />
                                        <point ath="110.23848266211" atv="68.997385797844" />
                                        <point ath="91.702128553783" atv="36.880847364714" />
                                        <point ath="88.584570310234" atv="17.433831903373" />
                                        <point ath="86.971342273894" atv="8.8944735448877" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4934"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-153.00397022634" atv="22.984489642995" />
                                        <point ath="-128.87031483363" atv="36.474447784503" />
                                        <point ath="-103.08176989783" atv="43.27530463455" />
                                        <point ath="-77.722466823639" atv="43.857906100299" />
                                        <point ath="-52.808076753881" atv="37.901685200377" />
                                        <point ath="-32.803421968794" atv="28.401753828577" />
                                        <point ath="-18.957865697146" atv="18.041246920595" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12696"
            title                       =   "秋和苑丽冬苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/56d7b4555650ae78/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.062506"
            lng                         =   "121.739571"
            heading                     =   ""
            scene_id                    =   "12696"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "75.805643289245"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "75.805643289245"
                vlookat                 =   "65.52643552984"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/56d7b4555650ae78/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56d7b4555650ae78/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56d7b4555650ae78/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56d7b4555650ae78/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56d7b4555650ae78/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56d7b4555650ae78/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "2.0091279232892703"
                atv                     =   "15.050225959403"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220423);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "43.585084519548445"
                atv                     =   "10.311115960621235"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220424);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "97.39430570783878"
                atv                     =   "1.791856415193653"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220425);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12698"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "115.65283997851967"
                atv                     =   "7.761521851193218"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220426);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "朗馨锦康"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;馨&lt;br/&gt;锦&lt;br/&gt;康[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12692"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "179.06239599511918"
                atv                     =   "10.544058504898757"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220427);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "建欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12691"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.2179626257443"
                atv                     =   "7.646296374272208"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220428);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "彩虹雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12685"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-106.45301894944438"
                atv                     =   "12.531526554227545"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220429);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-73.96369469864067"
                atv                     =   "9.319043758336077"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220430);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-57.2348615813757"
                atv                     =   "7.103528275452344"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220431);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.988516780968894"
                atv                     =   "9.666504785341884"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220432);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "177.86944074011683"
                atv                     =   "58.73483857532385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220433);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]秋和苑丽冬苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "166.54379806784746"
                atv                     =   "37.759203367691825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220434);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-146.14232765796527"
                atv                     =   "29.586942470668745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220435);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-138.03481965952432"
                atv                     =   "27.489000635498858"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220436);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-173.82107242973632"
                atv                     =   "36.436094323009854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220437);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-160.152513759089"
                atv                     =   "33.80333318769343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220438);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "102.36802815270386"
                atv                     =   "33.97229995169877"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220439);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.54155821265644"
                atv                     =   "39.07642720432148"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220440);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "121.94201839044189"
                atv                     =   "51.21822695848942"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220441);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "142.77099996360835"
                atv                     =   "59.46818092411425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220442);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-164.39763855017844"
                atv                     =   "63.02999289787528"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220443);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-136.03996629136975"
                atv                     =   "54.644780573504626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220444);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-119.81943729292325"
                atv                     =   "41.657671829082865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220445);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-114.82113557520427"
                atv                     =   "35.600250139545594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220446);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.91931542680877"
                atv                     =   "29.87230345687263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220447);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "155.2672546394127"
                atv                     =   "37.25180508150673"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220448);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "133.0374488648544"
                atv                     =   "32.45459380902133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220449);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-20.142306272187398"
                atv                     =   "9.15877653363643"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220450);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.816947333343023"
                atv                     =   "9.392130925423755"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220451);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "7.851738553723578"
                atv                     =   "6.792259829103131"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220452);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.71310850710779"
                atv                     =   "6.686680132476571"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220453);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.63314372877437"
                atv                     =   "7.386365780808036"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220454);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "复旦大学附属浦东医院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]复&lt;br/&gt;旦&lt;br/&gt;大&lt;br/&gt;学&lt;br/&gt;附&lt;br/&gt;属&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;医&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-85.02102378177483"
                atv                     =   "11.720269109772307"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220455);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇精神卫生中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;精&lt;br/&gt;神&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.97262501207803"
                atv                     =   "13.205099000786836"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220456);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-170.88275059198145"
                atv                     =   "18.659636637371978"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220457);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "140.9841295587356"
                atv                     =   "14.837542335739073"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220458);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "朗苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "126.32892443055889"
                atv                     =   "11.775729435336398"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220459);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "馨园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]馨&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "150.7203272796058"
                atv                     =   "8.239471033841669"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220460);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇景名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;景&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "113.87286920505309"
                atv                     =   "84.63100964038449"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220461);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱鸣路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱鸣路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-124.35910116180685"
                atv                     =   "33.142774145918416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220462);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听潮路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听潮路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.323918150821669"
                atv                     =   "83.09759088672091"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220463);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "秋和苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]秋和苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-64.12211479579497"
                atv                     =   "51.65755076430869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220464);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.496375629491013"
                atv                     =   "65.85296471791055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220465);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.53187009970054"
                atv                     =   "25.875958156471842"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220466);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.57849893736193"
                atv                     =   "33.68281106696919"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220467);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.51231716554969"
                atv                     =   "38.5500555082532"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220468);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.21205853320771"
                atv                     =   "24.988572522002823"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220469);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.852023468345237"
                atv                     =   "31.69628282697329"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220470);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.375280991944919"
                atv                     =   "33.3154760494145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220471);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-49.065683312972624"
                atv                     =   "25.82065290302663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220472);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-43.80251475379998"
                atv                     =   "27.584496871153206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220473);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.78021308805313"
                atv                     =   "31.991421445561922"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220474);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.765096119933844"
                atv                     =   "32.72063892479469"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220475);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.407113534649795"
                atv                     =   "43.17512072937764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220476);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.68951092672546"
                atv                     =   "36.29393435025108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220477);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-59.442402523397675"
                atv                     =   "31.678745856111753"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220478);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-87.72834273910831"
                atv                     =   "34.45252016288648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220479);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-48.75978094416746"
                atv                     =   "61.06048325095149"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220480);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.06379637235193"
                atv                     =   "56.76333244913037"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220481);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                        <hotspot name               =   "spot_220482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.65796355612622"
                atv                     =   "35.40998081809826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220482);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12696">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4941"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-97.95073157274" atv="37.880199786333" />
                                        <point ath="-100.34531511508" atv="61.081052678959" />
                                        <point ath="86.650520755481" atv="43.075394335947" />
                                        <point ath="86.124376173155" atv="33.873083193947" />
                                        <point ath="84.978647498105" atv="16.19950594921" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4942"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-112.41220718406" atv="35.962136132809" />
                                        <point ath="-90.976791256265" atv="38.086053196396" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4943"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-83.001298759444" atv="37.817401971553" />
                                        <point ath="-63.079238424325" atv="34.628352609877" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4944"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-133.32771646916" atv="29.632677399466" />
                                        <point ath="-119.61498177929" atv="34.295182707866" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4945"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-166.11145970441" atv="11.195781215165" />
                                        <point ath="-141.22435431634" atv="26.320089032653" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12686"
            title                       =   "丽水雅苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/1df86dbf11c707e4/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.071767"
            lng                         =   "121.749294"
            heading                     =   ""
            scene_id                    =   "12686"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "99.461292974774"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "99.461292974774"
                vlookat                 =   "43.721595471748"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/1df86dbf11c707e4/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1df86dbf11c707e4/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1df86dbf11c707e4/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1df86dbf11c707e4/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1df86dbf11c707e4/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1df86dbf11c707e4/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_219781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.091882098819326"
                atv                     =   "12.827488318173943"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219781);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "玉秀苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玉&lt;br/&gt;秀&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12700"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.73271211292467"
                atv                     =   "9.886913653648719"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219782);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠桐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;桐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12688"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.03408708328698"
                atv                     =   "5.6976533703834"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219783);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-106.93286560747921"
                atv                     =   "4.5765846666010885"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219784);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-139.10558718943824"
                atv                     =   "9.256130105345807"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219785);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-122.2136071429174"
                atv                     =   "5.488929209600946"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219786);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.75005946927291"
                atv                     =   "55.79318011853861"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219787);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丽水雅苑北苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]丽水雅苑北苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "155.24655174339324"
                atv                     =   "37.68856747232302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219788);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丽水雅苑南苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]丽水雅苑南苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.88003631955854"
                atv                     =   "27.01181533930498"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219789);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.114666732084174"
                atv                     =   "30.45541594697507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219790);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.85077385558293"
                atv                     =   "28.328235470378722"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219791);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.33743055637399"
                atv                     =   "26.04481421916414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219792);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.167085985451536"
                atv                     =   "34.10113396754032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219793);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.00758631776142"
                atv                     =   "29.789530788124903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219794);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.26955204518026"
                atv                     =   "38.08440509568024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219795);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.79435643176123"
                atv                     =   "42.02626007583478"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219796);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.74612050565554"
                atv                     =   "43.42289501265214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219797);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.95069222203813"
                atv                     =   "39.583317449231984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219798);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "113.77425750451914"
                atv                     =   "44.86050935404647"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219799);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "110.18958916560615"
                atv                     =   "40.04403882190757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219800);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.12576460919581"
                atv                     =   "33.64919812718822"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219801);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.11130271697931"
                atv                     =   "31.021099271710064"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219802);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.32982152987466"
                atv                     =   "31.50377766319006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219803);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "97.68215481305072"
                atv                     =   "32.74632572849606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219804);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "110.0040773862537"
                atv                     =   "32.277045113352806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219805);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.56205529936494"
                atv                     =   "20.411699479867906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219806);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.88086205147977"
                atv                     =   "21.40364770733049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219807);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.31758968536053"
                atv                     =   "23.2908939877816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219808);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.89077643199124"
                atv                     =   "24.89560336388433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219809);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.412284522660286"
                atv                     =   "20.6597861899795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219810);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.418965499830165"
                atv                     =   "22.561061625077993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219811);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "136.0406109519648"
                atv                     =   "33.009225707749"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219812);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "123.34966020205297"
                atv                     =   "29.16344580185128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219813);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "131.8750666272379"
                atv                     =   "26.90680592613961"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219814);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "138.72352303323913"
                atv                     =   "24.767713953854624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219815);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "144.4423767801763"
                atv                     =   "22.538658489629572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219816);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "152.6938299158763"
                atv                     =   "22.51026468369656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219817);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "157.4264451259156"
                atv                     =   "23.297653090448197"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219818);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "149.1037900658004"
                atv                     =   "26.690322703894616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219819);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "144.16162079077878"
                atv                     =   "29.959881721937695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219820);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "128.6385435438243"
                atv                     =   "41.14968467914655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219821);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-167.0706518505391"
                atv                     =   "34.37752506784852"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219822);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-128.59390689209607"
                atv                     =   "22.396591494451535"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219823);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.54465938316332"
                atv                     =   "87.76989364533289"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219824);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-119.18207535819428"
                atv                     =   "55.23438776476926"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219825);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "靖海之星幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;海&lt;br/&gt;之&lt;br/&gt;星&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-12.423629554757895"
                atv                     =   "53.40754762665527"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219826);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第四中学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-64.21541176287809"
                atv                     =   "31.129077985012376"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219827);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇雅苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-34.08914987569625"
                atv                     =   "21.99092417725927"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219828);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇雅苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-1.0881795718227067"
                atv                     =   "24.779747728488758"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219829);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "春双苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]春&lt;br/&gt;双&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.0147087265853"
                atv                     =   "21.32942185260145"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219830);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "119.86859541860824"
                atv                     =   "21.677427297205973"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219831);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第四中学东校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;东&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-93.20708844250231"
                atv                     =   "16.10838904097339"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219832);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文竹苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;竹&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-111.94550069337413"
                atv                     =   "14.982268688221172"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219833);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文竹苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;竹&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-71.25244459182392"
                atv                     =   "11.805930055359271"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219834);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兰丽苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兰&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "102.92113742906844"
                atv                     =   "65.77123964522266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219835);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听达路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]听达路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                        <hotspot name               =   "spot_219836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-168.9026393500135"
                atv                     =   "58.676260895623734"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219836);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱秀路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]拱秀路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12686">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4905"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="12.520961135913" atv="23.588069638738" />
                                        <point ath="27.037624286942" atv="43.660900314754" />
                                        <point ath="101.67971207521" atv="65.276475389864" />
                                        <point ath="150.99017818992" atv="47.707752053764" />
                                        <point ath="168.970607822" atv="24.954774369691" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4906"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="112.12629736128" atv="34.100479849944" />
                                        <point ath="-174.84515801689" atv="58.938109619567" />
                                        <point ath="-112.28342610046" atv="29.493643756605" />
                                        <point ath="-107.80483026553" atv="23.64139603815" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12698"
            title                       =   "颐景园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/d2ec0b7006035905/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.059401"
            lng                         =   "121.756323"
            heading                     =   ""
            scene_id                    =   "12698"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-32.880781336689"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-32.880781336689"
                vlookat                 =   "64.347275085548"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/d2ec0b7006035905/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d2ec0b7006035905/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d2ec0b7006035905/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d2ec0b7006035905/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d2ec0b7006035905/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/d2ec0b7006035905/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-94.33282233589603"
                atv                     =   "8.703134292318701"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220539);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "朗馨锦康"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;馨&lt;br/&gt;锦&lt;br/&gt;康[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12692"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "3.065745169326874"
                atv                     =   "5.452226803961537"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220540);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠桐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;桐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12688"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.511883627729844"
                atv                     =   "2.6247135718639663"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220541);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "玉秀苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]玉&lt;br/&gt;秀&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12700"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.994862580478184"
                atv                     =   "4.523015499277196"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220542);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽水雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;水&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12686"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/1b82a08b800debb8e236c9223f7baf40.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-62.114715801986506"
                atv                     =   "3.6250553817644526"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220543);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "民乐城商圈"
                text_advanced           =   "[div  style=&apos;    border: none;   justify-content: center; position: relative; flex-direction: column;&apos;][img src=&apos;/static/editor/images/spec-l-v-7.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;] [div style=&apos;  width: 40px; background-image: url(/static/editor/images/spec-c-v-7.png); background-size: contain;&apos;][div style=&apos;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;圈[/div]      [/div] [img src=&apos;/static/editor/images/spec-r-v-7.png&apos; style=&apos;display: block; width: 40px; height: 14px;&apos;][/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12695"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-111.88546380794011"
                atv                     =   "55.47629395201438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220544);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "颐景园2期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]颐景园2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-95.45707325689904"
                atv                     =   "33.775572562678946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220545);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.93005080138431"
                atv                     =   "26.017079973023343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220546);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-71.21212932826342"
                atv                     =   "32.510375560720995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220547);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-93.35565884934857"
                atv                     =   "46.835540839002526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220548);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.94875750785104"
                atv                     =   "83.53422727608725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220549);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "颐景园3期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]颐景园3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-45.63686769902864"
                atv                     =   "42.192600917382876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220550);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.96359557678062"
                atv                     =   "61.90216104332503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220551);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.024384240112"
                atv                     =   "39.42154940146026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220552);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.577811703215673"
                atv                     =   "57.5639042433946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220553);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.07036671844162"
                atv                     =   "40.27241820918798"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220554);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "48.2795119244812"
                atv                     =   "44.99416541712683"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220555);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "颐景园1期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]颐景园1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.82426486679458"
                atv                     =   "41.970295231363565"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220556);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.839223429954245"
                atv                     =   "34.21157061751237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220557);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.96926998966774"
                atv                     =   "27.930352872513755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220558);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.529787291691093"
                atv                     =   "24.999035311189832"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220559);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.640407018848805"
                atv                     =   "26.212201804299934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220560);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.039802749112255"
                atv                     =   "29.71097012008794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220561);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.892149709904174"
                atv                     =   "22.544001400259663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220562);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.25266110959154"
                atv                     =   "15.754699460028924"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220563);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.57555343079076"
                atv                     =   "20.001699020206377"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220564);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "弘基商业休闲广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]弘&lt;br/&gt;基&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;休&lt;br/&gt;闲&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "101.41065635859277"
                atv                     =   "13.561876066413278"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220565);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城华都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;华&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-144.17660918217982"
                atv                     =   "37.104601031788654"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220566);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兴东佳苑1期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兴&lt;br/&gt;东&lt;br/&gt;佳&lt;br/&gt;苑&lt;br/&gt;1&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-126.48539418883632"
                atv                     =   "20.458540234082108"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220567);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "桃源二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]桃&lt;br/&gt;源&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-170.88668852051728"
                atv                     =   "16.555772830063226"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220568);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金梅雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;梅&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-144.21133966322327"
                atv                     =   "13.664021331474286"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220569);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "桃花源一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]桃&lt;br/&gt;花&lt;br/&gt;源&lt;br/&gt;一&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-160.19010669464456"
                atv                     =   "15.298829631767552"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220570);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第三中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;三&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "31.075505050289905"
                atv                     =   "6.3051954009781515"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220571);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "海玥铭邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;铭&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-32.97308347924695"
                atv                     =   "5.4460522717137785"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220572);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-40.45115731522304"
                atv                     =   "5.145946637272254"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220573);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.9214156466835"
                atv                     =   "24.223086253210113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220574);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱为路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱为路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                        <hotspot name               =   "spot_220575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.64379705716624"
                atv                     =   "23.20572081546694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220575);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南祝路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]南祝路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12698">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4953"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="61.488354232807" atv="16.224269223848" />
                                        <point ath="55.579185719811" atv="18.993800832418" />
                                        <point ath="49.416314063311" atv="21.946091513075" />
                                        <point ath="41.283630400059" atv="25.200876092798" />
                                        <point ath="39.680801159968" atv="25.737234715396" />
                                        <point ath="32.675489833789" atv="27.825050159896" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4954"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="16.327572138116" atv="31.017681095888" />
                                        <point ath="18.528567494229" atv="30.704040706885" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4955"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-0.28484673047865" atv="32.518794359556" />
                                        <point ath="-13.043921475742" atv="31.879731148178" />
                                        <point ath="-29.366359746587" atv="29.272481854429" />
                                        <point ath="-46.000729710112" atv="24.045651452731" />
                                        <point ath="-56.097285717418" atv="19.486508491046" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4956"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="41.989258677732" atv="13.203344843414" />
                                        <point ath="45.554913013898" atv="14.596718649306" />
                                        <point ath="49.299513951232" atv="16.020483195052" />
                                        <point ath="52.354720768476" atv="17.193368944691" />
                                        <point ath="55.317606062258" atv="18.226463835928" />
                                        <point ath="59.774086022862" atv="19.640186044543" />
                                        <point ath="65.83272445834" atv="21.342895973919" />
                                        <point ath="73.094452423899" atv="23.083107025767" />
                                        <point ath="82.944486835497" atv="24.672470848049" />
                                        <point ath="93.031018993814" atv="25.919231071969" />
                                        <point ath="104.52882768351" atv="26.342127953801" />
                                        <point ath="113.78895624045" atv="25.907945417958" />
                                        <point ath="123.36236023632" atv="25.041189664659" />
                                        <point ath="148.55895632589" atv="18.876515146269" />
                                        <point ath="157.08129106787" atv="15.678536630169" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12685"
            title                       =   "彩虹雅苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/1aea70ff3e70984f/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.056958"
            lng                         =   "121.733956"
            heading                     =   ""
            scene_id                    =   "12685"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "178.52743423984"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "178.52743423984"
                vlookat                 =   "74.644581106927"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "70"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/1aea70ff3e70984f/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1aea70ff3e70984f/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1aea70ff3e70984f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1aea70ff3e70984f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1aea70ff3e70984f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1aea70ff3e70984f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_219661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.701769253736302"
                atv                     =   "15.196388088631654"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219661);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益新苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;新&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12690"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "46.0524685066369"
                atv                     =   "10.742537337299803"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219662);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.8191892466341"
                atv                     =   "14.675716449022765"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219663);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "建欣苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12691"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.66112303102375"
                atv                     =   "7.46458359157327"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219664);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "朗馨锦康"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]朗&lt;br/&gt;馨&lt;br/&gt;锦&lt;br/&gt;康[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12692"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-7.6076876252806755"
                atv                     =   "10.47663473968439"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219665);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.193134361977627"
                atv                     =   "8.575157005734233"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219666);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-88.44071984136463"
                atv                     =   "74.58548954527284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219667);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "彩虹雅苑西区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]彩虹雅苑西区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "132.0839221977086"
                atv                     =   "64.4943601028811"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219668);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "彩虹雅苑东区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]彩虹雅苑东区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-50.626143946092384"
                atv                     =   "35.9801416400836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219669);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "95"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-102.63004390670682"
                atv                     =   "36.367671651527964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219670);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-152.9626585294911"
                atv                     =   "73.4809029869052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219671);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-104.73995014339718"
                atv                     =   "44.78625624313168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219672);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-136.12430412389108"
                atv                     =   "70.93033790027208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219673);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-111.86683741523689"
                atv                     =   "38.55793235024151"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219674);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-121.18435202230825"
                atv                     =   "49.36251101346351"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219675);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-134.55394545067887"
                atv                     =   "58.236148149580686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219676);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-162.61089543423344"
                atv                     =   "64.9209255218983"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219677);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-120.8876593392169"
                atv                     =   "37.607197934075046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219678);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-129.74321276707548"
                atv                     =   "45.68181431964456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219679);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-152.96223664418002"
                atv                     =   "54.46530771455071"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219680);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-122.25632016470144"
                atv                     =   "31.570344085377723"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219681);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-130.71149105010664"
                atv                     =   "37.13240343582888"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219682);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-144.48528777143693"
                atv                     =   "44.50844846705435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219683);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-162.16808068343812"
                atv                     =   "49.23537812296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219684);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-34.12107464391653"
                atv                     =   "47.62490032370223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219685);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "75"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]75[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.11458057334539"
                atv                     =   "56.65974851009913"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219686);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-71.82900380323196"
                atv                     =   "63.55141941749045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219687);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "47"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-50.03997186610627"
                atv                     =   "41.01089967264798"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219688);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-61.06773386961288"
                atv                     =   "36.37490539562325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219689);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "80"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]80[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-67.73108875191747"
                atv                     =   "38.67699088719865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219690);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "65"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-65.86265113302142"
                atv                     =   "43.774489434257056"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219691);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "59"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.84473519594303"
                atv                     =   "37.99382528705982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219692);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "63"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]63[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-86.20490179718433"
                atv                     =   "38.08718123766985"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219693);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-84.3511122105495"
                atv                     =   "44.35992828208121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219694);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "50"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]50[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-94.64992483938323"
                atv                     =   "36.777766431134104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219695);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.932697699861194"
                atv                     =   "30.989563691235606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219696);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "108"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]108[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-46.13141566218172"
                atv                     =   "33.31956205086866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219697);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "105"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]105[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.08851936699995"
                atv                     =   "35.378879585752195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219698);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "104"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]104[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.10186278549827"
                atv                     =   "43.1864761449233"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219699);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "92"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]92[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.157018577854274"
                atv                     =   "38.070970427326216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219700);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "103"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]103[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.210003852447244"
                atv                     =   "46.68025391094754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219701);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "100"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]100[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.79291082447952"
                atv                     =   "43.255486329026525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219702);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "89"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-7.672948404983629"
                atv                     =   "48.982933411313354"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219703);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "85"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.8841446884268294"
                atv                     =   "56.221809686088655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219704);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "73"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]73[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.73451459203892"
                atv                     =   "63.79314382379536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219705);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-7.439621143455099"
                atv                     =   "73.83168216086581"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219706);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-118.42244057260675"
                atv                     =   "35.22517594317586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219707);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-108.41586393020307"
                atv                     =   "34.75939960885196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219708);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-110.39149613702563"
                atv                     =   "36.751648400432174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219709);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-124.85354079999348"
                atv                     =   "33.20602981870588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219710);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-103.48449644336557"
                atv                     =   "38.663897188156184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219711);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-141.60891049387226"
                atv                     =   "60.80397676911539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219712);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.17645285158534"
                atv                     =   "46.12429816364081"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219713);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-120.23771706533796"
                atv                     =   "63.97091692341302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219714);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-13.602513181193444"
                atv                     =   "63.965070683323"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219715);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-52.671354562028455"
                atv                     =   "54.05197501598605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219716);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.87193531734334"
                atv                     =   "45.921431379067855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219717);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "77"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]77[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.017923296211507"
                atv                     =   "38.87694290732102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219718);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "101"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-19.904923730888186"
                atv                     =   "38.63798740420146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219719);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "102"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-43.704774311811434"
                atv                     =   "33.92786653558187"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219720);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "106"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]106[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-50.052740565419015"
                atv                     =   "31.992583090734612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219721);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-55.62344370080149"
                atv                     =   "33.38288383408929"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219722);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "97"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]97[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-62.9840940007349"
                atv                     =   "34.32463835720107"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219723);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "82"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]82[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-54.535629401960364"
                atv                     =   "38.18572251937167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219724);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "79"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]79[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-69.35452275685839"
                atv                     =   "36.90617939232742"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219725);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "66"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]66[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-70.66305366850747"
                atv                     =   "34.933520857935896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219726);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "67"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]67[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-94.81586153898792"
                atv                     =   "39.132065896269765"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219727);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "115.11081072351843"
                atv                     =   "35.42313072001526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219728);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.98904131957039"
                atv                     =   "36.916843301785725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219729);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "122.52165630236695"
                atv                     =   "33.83795794715547"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219730);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "113.6553981101645"
                atv                     =   "33.82050308462417"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219731);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.19381029859443"
                atv                     =   "35.21766167502517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219732);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "149.20132070238498"
                atv                     =   "46.41487964440245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219733);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "94.29413401957837"
                atv                     =   "46.54632500567113"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219734);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "128.2945512970511"
                atv                     =   "43.625066511297256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219735);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "135.30123688822164"
                atv                     =   "48.658447970037784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219736);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.31015614738783"
                atv                     =   "45.26063078262506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219737);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "114.73326071736602"
                atv                     =   "43.36295288438123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219738);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "113.11380213825873"
                atv                     =   "41.74916780268156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219739);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.85244455512458"
                atv                     =   "47.777039743272816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219740);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "103.41836838751775"
                atv                     =   "54.720684112893196"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219741);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "107.16934431796258"
                atv                     =   "59.397405136466936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219742);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "121.7941284245899"
                atv                     =   "46.58214871991938"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219743);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "130.32836866264094"
                atv                     =   "52.105010631391494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219744);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "98.49732967997917"
                atv                     =   "36.23402972167172"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219745);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "125.98269205094704"
                atv                     =   "48.606165435865464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219746);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "105.3960197078116"
                atv                     =   "45.74512329839886"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219747);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "104.18808957050314"
                atv                     =   "43.39069061382409"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219748);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.72713113729014"
                atv                     =   "39.75216662088112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219749);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.06078402610859"
                atv                     =   "38.072941615176745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219750);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "125.08382533444728"
                atv                     =   "41.180850814033924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219751);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.35562505505075"
                atv                     =   "37.01853067260619"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219752);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "140.22399894924743"
                atv                     =   "42.95899768299652"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219753);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "137.11322607907363"
                atv                     =   "41.681896856372376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219754);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "120.55535258750288"
                atv                     =   "32.58549701139844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219755);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "125.21219165154682"
                atv                     =   "36.003460787008514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219756);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "46.83889748868586"
                atv                     =   "38.26934345913966"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219757);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "65.65545102940212"
                atv                     =   "20.742477560180184"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219758);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "121.14856329872302"
                atv                     =   "15.84813541847581"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219759);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮民乐苑零二坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;苑&lt;br/&gt;零&lt;br/&gt;二&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "138.46423505668523"
                atv                     =   "13.159679794146395"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219760);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮二邨"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;二&lt;br/&gt;邨[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.671611022984166"
                atv                     =   "9.251594938542967"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219761);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "36.49838735246635"
                atv                     =   "9.082330765959234"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_219762);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秋和苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "141.03122543897706"
                atv                     =   "50.65238073272954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219763);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "107.35364731758659"
                atv                     =   "37.49519173057179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219764);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "108.19351184020493"
                atv                     =   "39.300579079790076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219765);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "89.48038854969559"
                atv                     =   "81.4006344576639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219766);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听悦路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听悦路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.77104792545964"
                atv                     =   "33.20676073815385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219767);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱为路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱为路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "145.68422146141134"
                atv                     =   "44.909160834629844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219768);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "93.98801490116222"
                atv                     =   "44.24986770304303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219769);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "88.85857905255739"
                atv                     =   "40.60804374357706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219770);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "88.05588459645037"
                atv                     =   "38.37877020845718"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219771);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "88.5280036054495"
                atv                     =   "36.83412686823793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219772);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.24638301813786"
                atv                     =   "36.581243120352404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219773);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.12841655834455"
                atv                     =   "39.48896914630175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219774);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "59"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "78.16405883179345"
                atv                     =   "42.317062368004784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219775);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.99284727117015"
                atv                     =   "49.68146168979611"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219776);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.83736221027408"
                atv                     =   "53.61396846472267"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219777);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "44"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.54295500827243"
                atv                     =   "59.14136751309276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219778);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.5815905683736"
                atv                     =   "47.40860830744407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219779);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                        <hotspot name               =   "spot_219780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "94.6415791022892"
                atv                     =   "49.15492098518337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_219780);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12685">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4903"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-50.844688559185" atv="28.629105558489" />
                                        <point ath="-9.8021943298816" atv="36.703859320065" />
                                        <point ath="23.069929147328" atv="32.416295481354" />
                                        <point ath="53.253218598666" atv="19.5971299063" />
                                        <point ath="59.554712984837" atv="15.168736134921" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4904"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="2.1462772403254" atv="14.769216876355" />
                                        <point ath="6.15432021318" atv="32.285118142374" />
                                        <point ath="13.705093432884" atv="53.745826417772" />
                                        <point ath="157.69831507964" atv="65.05725047288" />
                                        <point ath="170.98108567435" atv="41.462308816306" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12700"
            title                       =   "玉秀苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/56aea7ec1f825b99/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.074498"
            lng                         =   "121.755474"
            heading                     =   ""
            scene_id                    =   "12700"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "0.43557693242554"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0.43557693242554"
                vlookat                 =   "59.716184030031"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "120"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/56aea7ec1f825b99/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56aea7ec1f825b99/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56aea7ec1f825b99/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56aea7ec1f825b99/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56aea7ec1f825b99/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/56aea7ec1f825b99/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "163.03255096540155"
                atv                     =   "13.232279870216978"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220628);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠桐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;桐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12688"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-123.50392733877214"
                atv                     =   "15.149978136542384"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220629);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽水雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;水&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12686"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-34.61209302403546"
                atv                     =   "58.98950958820755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220630);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玉秀苑西苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]玉秀苑西苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.752688590170635"
                atv                     =   "66.82676528057944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220631);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.15933809293404"
                atv                     =   "40.359848225925326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220632);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-77.97379924799776"
                atv                     =   "34.93931525286038"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220633);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-69.83935696057824"
                atv                     =   "28.57266001950378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220634);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-64.56127996441046"
                atv                     =   "31.298247624492987"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220635);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-57.33397021659448"
                atv                     =   "59.85636647080543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220636);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.616034544870104"
                atv                     =   "69.16260225500281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220637);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-49.16835689839195"
                atv                     =   "36.19933503586363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220638);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-39.795870188656295"
                atv                     =   "38.25242570919388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220639);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-7.456377131333397"
                atv                     =   "38.86639671616986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220640);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-19.333881323912465"
                atv                     =   "39.68280331350855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220641);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-72.8013885886815"
                atv                     =   "59.98646771974857"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220642);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 249, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.3408818946607"
                atv                     =   "50.54564945543537"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220643);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "玉秀苑东苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]玉秀苑东苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.49505091588719"
                atv                     =   "23.945416294969885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220644);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.414795922655344"
                atv                     =   "26.20647287999803"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220645);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.90511435824368"
                atv                     =   "25.610303703234962"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220646);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.10932513626199"
                atv                     =   "28.79742264630687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220647);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.94538584603515"
                atv                     =   "32.6685207023957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220648);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.685744430899945"
                atv                     =   "58.421029750146026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220649);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.39722411489811"
                atv                     =   "41.772737386774445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220650);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.38447292815829"
                atv                     =   "44.964620333897514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220651);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.2058702406236"
                atv                     =   "29.396810825151768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220652);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.845070902336033"
                atv                     =   "31.34221880560036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220653);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.439117499676627"
                atv                     =   "34.12407681678348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220654);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.07322100056462"
                atv                     =   "13.104734759683787"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220655);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "五角兴农城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;角&lt;br/&gt;兴&lt;br/&gt;农&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-148.49497328516068"
                atv                     =   "28.057161510384905"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220656);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.44158432301052"
                atv                     =   "16.270619851571468"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220657);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第四中学东校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;东&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "137.24512872008737"
                atv                     =   "6.383788008774028"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220658);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "海玥铭邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;铭&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "125.20458725850392"
                atv                     =   "5.639281882862184"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220659);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "红光花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;光&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-132.81110293192637"
                atv                     =   "8.285607609722417"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220660);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-116.61762092348715"
                atv                     =   "12.661445347270336"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220661);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.22028536476978"
                atv                     =   "14.02584386633325"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220662);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第四中学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.0020108745033"
                atv                     =   "22.349003244441533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220663);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "口袋公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]口&lt;br/&gt;袋&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-83.84925510532253"
                atv                     =   "11.452645050655725"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220664);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "春双苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]春&lt;br/&gt;双&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.4989335679216"
                atv                     =   "62.90715615681992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220665);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱荣路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱荣路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                        <hotspot name               =   "spot_220666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "176.1486817057518"
                atv                     =   "53.696253577219146"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220666);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听民路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听民路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12700">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4959"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-93.694917876116" atv="41.550591870566" />
                                        <point ath="-89.464408362171" atv="44.689802599986" />
                                        <point ath="-87.307400386346" atv="48.400231780696" />
                                        <point ath="-84.41807692856" atv="60.83585715581" />
                                        <point ath="69.287972495746" atv="76.553179376275" />
                                        <point ath="85.010641038779" atv="30.289739007379" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4960"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="2.3369382829655" atv="41.283974655104" />
                                        <point ath="148.06836744149" atv="84.77964669199" />
                                        <point ath="178.77042277228" atv="22.464380453573" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12701"
            title                       =   "秀园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/6c634edcfdf59588/thumb.jpg"
            fenzuid                     =   "4433"
            parent_fenzuid              =   "4432"
            lat                         =   "31.070982"
            lng                         =   "121.742111"
            heading                     =   ""
            scene_id                    =   "12701"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-161.12341670413"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-161.12341670413"
                vlookat                 =   "50.985770087625"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/6c634edcfdf59588/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6c634edcfdf59588/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6c634edcfdf59588/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6c634edcfdf59588/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6c634edcfdf59588/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6c634edcfdf59588/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "171.5405095024349"
                atv                     =   "67.70708478977856"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220667);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "秀园东苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]秀园东苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-162.26424808890465"
                atv                     =   "52.95729560881844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220668);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-170.82491473494898"
                atv                     =   "35.3720225928203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220669);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "176.86815209845776"
                atv                     =   "35.42025399774728"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220670);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "170.91646432112236"
                atv                     =   "35.15236178374411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220671);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "160.75396555607662"
                atv                     =   "38.14995875630496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220672);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "154.01488678834153"
                atv                     =   "45.67745914969055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220673);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "147.59215938876656"
                atv                     =   "54.11418747804403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220674);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "158.3562428617346"
                atv                     =   "56.244713573255396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220675);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-179.85309721150531"
                atv                     =   "44.568136949753175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220676);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-170.24152436356098"
                atv                     =   "43.968549488736606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220677);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-163.55899540395558"
                atv                     =   "57.11886182117793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220678);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-175.25102159959516"
                atv                     =   "58.205878236601144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220679);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-118.58864764822337"
                atv                     =   "48.04168233943613"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220680);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "秀园西苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]秀园西苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-131.76898976581094"
                atv                     =   "45.801845754242706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220681);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-141.8184622670372"
                atv                     =   "28.794016434715687"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220682);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-145.46892862638404"
                atv                     =   "29.75864036739085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220683);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-154.05243385441293"
                atv                     =   "32.21575725896634"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220684);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-132.95069150422012"
                atv                     =   "29.122829982885793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220685);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-124.78488156555088"
                atv                     =   "31.706243041116256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220686);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-140.68240055477028"
                atv                     =   "36.552752422458624"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220687);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-145.84706068704753"
                atv                     =   "38.63676870266976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220688);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.21530794309936"
                atv                     =   "34.46347799080261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220689);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-119.80071072709296"
                atv                     =   "37.113514535763585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220690);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-127.91171414401373"
                atv                     =   "43.262414312528485"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220691);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-114.01756285353693"
                atv                     =   "28.10513975214272"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220692);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南小学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-103.37652995343223"
                atv                     =   "18.52499888918742"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220693);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第五中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;五&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-89.38209653765978"
                atv                     =   "15.523837604691034"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220694);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "绿苑幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]绿&lt;br/&gt;苑&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-82.26838000274216"
                atv                     =   "13.013747030012555"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220695);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠康苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;康&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12687"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-90.64489387666015"
                atv                     =   "43.91693828141691"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220696);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-78.456074765918"
                atv                     =   "56.70340624573808"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220697);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "秀园北园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秀&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.312442462160334"
                atv                     =   "63.216679294443765"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220698);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听康养护院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;康&lt;br/&gt;养&lt;br/&gt;护&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "130.7974664610694"
                atv                     =   "39.03954039848201"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220699);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文竹苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;竹&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.94325280737769"
                atv                     =   "43.69091676480257"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220700);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐城文竹苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;文&lt;br/&gt;竹&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.682013235897898"
                atv                     =   "26.92533021952697"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220701);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兰丽苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兰&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.32881959341171"
                atv                     =   "30.837042167762572"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220702);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兰丽苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兰&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "50.02661334148388"
                atv                     =   "17.687891672993118"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220703);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇雅苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "64.15979494343605"
                atv                     =   "23.67269967616234"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220704);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇雅苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "74.71863757698384"
                atv                     =   "16.362189322928437"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220705);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "第四中学北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "84.56486407500864"
                atv                     =   "16.491981354505615"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220706);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.47341282847788"
                atv                     =   "19.225523996304364"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220707);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "靖海之星幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;海&lt;br/&gt;之&lt;br/&gt;星&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.53917574979494"
                atv                     =   "23.4556116757864"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220708);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "103.90356284267759"
                atv                     =   "14.445717481561667"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220709);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鸿飞苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鸿&lt;br/&gt;飞&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "170.53665481136971"
                atv                     =   "17.710292663729984"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220710);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐康名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;康&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12699"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-154.7829597315334"
                atv                     =   "13.540347769561512"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220711);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "荣春苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荣&lt;br/&gt;春&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12697"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-164.45127407285065"
                atv                     =   "9.86255321451637"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220712);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "秋和苑丽冬苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]秋&lt;br/&gt;和&lt;br/&gt;苑&lt;br/&gt;丽&lt;br/&gt;冬&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12696"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.49297457206006"
                atv                     =   "14.143927442601056"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220713);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠益绿苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;益&lt;br/&gt;绿&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12689"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-119.32899524922118"
                atv                     =   "9.769532177199418"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220714);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园北区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;北&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12693"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.17434715429778"
                atv                     =   "8.579583366577657"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220715);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "丽园南区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丽&lt;br/&gt;园&lt;br/&gt;南&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12694"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-106.82074847885795"
                atv                     =   "10.599596083242744"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220716);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.39137402622305"
                atv                     =   "61.31068321039917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220717);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "通济路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]通济路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                        <hotspot name               =   "spot_220718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-106.7202057762758"
                atv                     =   "39.305362030552324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220718);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱秀路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱秀路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12701">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4961"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-100.59857706191" atv="25.361299567629" />
                                        <point ath="-110.97054124085" atv="45.695895447014" />
                                        <point ath="-140.91834901592" atv="67.936255123284" />
                                        <point ath="172.9750031025" atv="72.310209201057" />
                                        <point ath="102.08472309579" atv="38.04683359477" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4962"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-9.4326461242627" atv="29.67044120735" />
                                        <point ath="-12.261586081675" atv="36.485183850319" />
                                        <point ath="-18.074389437395" atv="46.47604512974" />
                                        <point ath="-26.711079706677" atv="56.219014493026" />
                                        <point ath="-54.039771109196" atv="69.254132871563" />
                                        <point ath="-97.597403844225" atv="72.46805184287" />
                                        <point ath="-129.03047682086" atv="67.970073746966" />
                                        <point ath="-143.61119235929" atv="61.908000029688" />
                                        <point ath="-153.6941410141" atv="53.606045985337" />
                                        <point ath="-170.27865076662" atv="26.267599151628" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12706"
            title                       =   "东城区"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/7c184ed2e24c24ef/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.058764"
            lng                         =   "121.771748"
            heading                     =   ""
            scene_id                    =   "12706"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-2.0230422251871"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-2.0230422251871"
                vlookat                 =   "59.495719305084"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/7c184ed2e24c24ef/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7c184ed2e24c24ef/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7c184ed2e24c24ef/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7c184ed2e24c24ef/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7c184ed2e24c24ef/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7c184ed2e24c24ef/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-72.062804299184"
                atv                     =   "4.614422045950968"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221140);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "民乐城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12695"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-113.41194579270638"
                atv                     =   "9.30370092730831"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221141);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮板块"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;板&lt;br/&gt;块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12727"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.2287634767648"
                atv                     =   "7.55401361632118"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221142);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "布鲁斯小镇"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;小&lt;br/&gt;镇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12705"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.31781973226188"
                atv                     =   "7.9953330396501086"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221143);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "惠南东站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;东&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12726"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-123.48292788377503"
                atv                     =   "4.286803693513578"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221144);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮南路"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;南&lt;br/&gt;路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12730"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "105.80685652647557"
                atv                     =   "22.95168378268783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221145);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南汇体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "124.87185131098286"
                atv                     =   "19.773224934556108"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221146);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦东校区生活园区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;东&lt;br/&gt;校&lt;br/&gt;区&lt;br/&gt;生&lt;br/&gt;活&lt;br/&gt;园&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "136.44208865345175"
                atv                     =   "23.824748628055225"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221147);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.50727033772654"
                atv                     =   "17.461198744712195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221148);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.91438176312568"
                atv                     =   "45.45024982944004"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221149);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华钜御庭1期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭&lt;br/&gt;1&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "112.80422239009891"
                atv                     =   "33.45302081736565"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221150);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "44.23638029252277"
                atv                     =   "13.62210655490413"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221151);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "远洋·四季华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]远&lt;br/&gt;洋&lt;br/&gt;·&lt;br/&gt;四&lt;br/&gt;季&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12722"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.754042171061542"
                atv                     =   "38.630846780613"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221152);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.7057567855721913"
                atv                     =   "30.808035212957893"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221153);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-30.576995575505123"
                atv                     =   "23.728455899088193"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221154);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "红光小区3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;光&lt;br/&gt;小&lt;br/&gt;区&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.321712767007625"
                atv                     =   "65.2519841901414"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221155);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "盛世荟庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;世&lt;br/&gt;荟&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-49.24696946713328"
                atv                     =   "58.599610124240584"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221156);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-70.36054603190718"
                atv                     =   "36.919689928433776"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221157);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.84541875720748"
                atv                     =   "63.526158812381034"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221158);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-120.75805490390553"
                atv                     =   "29.733836161321527"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221159);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.34054519954213"
                atv                     =   "41.580363307709064"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221160);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-161.19100978829647"
                atv                     =   "28.9365786814642"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221161);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.92751225370353"
                atv                     =   "25.02116434004482"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221162);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.17716198061987"
                atv                     =   "24.953134406833737"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221163);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城华都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;华&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-108.6206207751041"
                atv                     =   "22.60804887655381"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221164);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-104.22857544190936"
                atv                     =   "19.35419928385893"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221165);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园中苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;中&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-93.91193580291798"
                atv                     =   "15.417081902305327"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221166);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "弘基商业休闲广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]弘&lt;br/&gt;基&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;休&lt;br/&gt;闲&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.47549123305734"
                atv                     =   "17.467445083170038"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221167);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-131.6217905930527"
                atv                     =   "12.332073836547137"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221168);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东方城市豪庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;方&lt;br/&gt;城&lt;br/&gt;市&lt;br/&gt;豪&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12708"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.83722199048054"
                atv                     =   "15.256618464523974"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221169);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城靖海苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;靖&lt;br/&gt;海&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-135.14627030917535"
                atv                     =   "16.404960285112978"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221170);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城靖海苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;靖&lt;br/&gt;海&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.75596089602905"
                atv                     =   "14.713237588700895"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221171);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-145.22153676668822"
                atv                     =   "19.276663355843457"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221172);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富客斯豪布斯卡名品村A区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;客&lt;br/&gt;斯&lt;br/&gt;豪&lt;br/&gt;布&lt;br/&gt;斯&lt;br/&gt;卡&lt;br/&gt;名&lt;br/&gt;品&lt;br/&gt;村&lt;br/&gt;A&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "175.83637429572988"
                atv                     =   "17.096172424377627"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221173);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "92.10367168742269"
                atv                     =   "46.15236502753178"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221174);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱极东路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱极东路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "5.523757882519192"
                atv                     =   "61.81392783005071"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221175);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "川南奉公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]川南奉公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "172.44489112049646"
                atv                     =   "30.782912586310573"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221176);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-78.72438227512191"
                atv                     =   "21.809843364261926"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221177);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12716"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.348708965728065"
                atv                     =   "19.369722781911065"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221178);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "红光花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;光&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12712"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.5894204311179"
                atv                     =   "13.481691188867623"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221179);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "143.61116354914458"
                atv                     =   "14.697151955224118"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221180);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙源星城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;源&lt;br/&gt;星&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12724"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.41152949440789"
                atv                     =   "21.916125850916927"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221181);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "鹏润嘉苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鹏&lt;br/&gt;润&lt;br/&gt;嘉&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12719"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "16.150231203204157"
                atv                     =   "33.91948491696423"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221182);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "钱江大家·文澜府"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;江&lt;br/&gt;大&lt;br/&gt;家&lt;br/&gt;·&lt;br/&gt;文&lt;br/&gt;澜&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12720"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                        <hotspot name               =   "spot_221183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-153.0280744705621"
                atv                     =   "19.47690984621236"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221183);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "乐源城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]乐&lt;br/&gt;源&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12718"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12706">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4975"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="4.8764852594114" atv="16.930709152671" />
                                        <point ath="5.0343355842381" atv="26.819936042642" />
                                        <point ath="5.1516563803419" atv="38.197319043687" />
                                        <point ath="5.3399563362835" atv="53.889029922829" />
                                        <point ath="6.6944921865759" atv="79.600990602832" />
                                        <point ath="-175.66106674687" atv="45.3199374907" />
                                        <point ath="-175.7144161641" atv="23.742764712856" />
                                        <point ath="-175.2665253338" atv="18.853178832534" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4976"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="90.961362286441" atv="21.084246044247" />
                                        <point ath="91.198812194552" atv="25.867213765337" />
                                        <point ath="91.418617593003" atv="34.370867614519" />
                                        <point ath="92.209692410648" atv="47.605940265746" />
                                        <point ath="92.203450462387" atv="53.81261286085" />
                                        <point ath="93.227960036128" atv="62.188932637538" />
                                        <point ath="105.94290168451" atv="83.920365963543" />
                                        <point ath="-102.2920612127" atv="84.457942508517" />
                                        <point ath="-92.064559676104" atv="62.899462681643" />
                                        <point ath="-90.612665982104" atv="42.82667122484" />
                                        <point ath="-89.910270822142" atv="17.704099093875" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12707"
            title                       =   "东城时代华庭"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/e742abf642437bfb/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.053730"
            lng                         =   "121.768231"
            heading                     =   ""
            scene_id                    =   "12707"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "97.585405297482"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "97.585405297482"
                vlookat                 =   "56.380681212929"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/e742abf642437bfb/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e742abf642437bfb/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e742abf642437bfb/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e742abf642437bfb/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e742abf642437bfb/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e742abf642437bfb/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.11193246752308"
                atv                     =   "48.40141378694556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221184);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]东城时代华庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "100.77827621783672"
                atv                     =   "41.016906747813465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221185);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "119"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.88999638154337"
                atv                     =   "69.54099730840635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221186);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.11984302114479"
                atv                     =   "77.1852583577531"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221187);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.22802282977295"
                atv                     =   "52.51303908049829"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221188);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.72810501030506"
                atv                     =   "57.1101252436899"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221189);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.221114261805724"
                atv                     =   "65.2251545604336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221190);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.76422272919143"
                atv                     =   "69.8108592162119"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221191);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.76594736069433"
                atv                     =   "45.17382364208917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221192);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.622843844710815"
                atv                     =   "48.729434481294454"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221193);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.66206642275506"
                atv                     =   "51.44302190679292"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221194);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.715111708652785"
                atv                     =   "56.73434710854096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221195);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.19281905020853"
                atv                     =   "59.03870379707606"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221196);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.155284444688505"
                atv                     =   "61.06102888720153"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221197);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.17285938897442"
                atv                     =   "28.60544607384667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221198);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "97"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]97[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "75.37047388780871"
                atv                     =   "29.896609154260073"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221199);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "98"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]98[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.60286024810716"
                atv                     =   "34.04275671306347"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221200);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "99"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]99[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.02201231138474"
                atv                     =   "36.24379786695834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221201);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "100"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]100[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.46944407759054"
                atv                     =   "26.426712746727127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221202);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "93"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.71357960591229"
                atv                     =   "28.03693463528209"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221203);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "94"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]94[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.985957390624094"
                atv                     =   "30.688570989912957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221204);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "95"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "60.02381096046565"
                atv                     =   "33.0143078295889"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221205);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "96"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]96[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.840050728519145"
                atv                     =   "38.93550241849596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221206);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.97486083008073"
                atv                     =   "41.4886822652663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221207);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.448842658534716"
                atv                     =   "47.84496369121456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221208);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.047290262854858"
                atv                     =   "49.958518255355806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221209);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.53200036408316"
                atv                     =   "29.651339184782838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221210);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "102"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.22204951183642"
                atv                     =   "30.794135819463616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221211);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "103"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]103[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.58345226813992"
                atv                     =   "32.6271733771759"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221212);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "104"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]104[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.65227696435568"
                atv                     =   "35.71201548925055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221213);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "105"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]105[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.79973692960755"
                atv                     =   "37.88855541457984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221214);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "106"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]106[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.91928493429015"
                atv                     =   "40.277956986881385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221215);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "107"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "88.16425437497429"
                atv                     =   "53.97608379736049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221216);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "87.52249322672151"
                atv                     =   "59.15589895735277"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221217);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.5723560385857"
                atv                     =   "30.100979416904018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221218);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "108"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]108[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.57991689564986"
                atv                     =   "31.55555990385894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221219);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.55189298050607"
                atv                     =   "32.78627167903837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221220);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "110"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]110[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.50883258675756"
                atv                     =   "36.76865091851913"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221221);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "111"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]111[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.50293360441873"
                atv                     =   "38.948939559711135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221222);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "112"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]112[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.498207540251"
                atv                     =   "41.73534074344972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221223);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "113"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "161.92502164021198"
                atv                     =   "46.83597425516671"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221224);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "70"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]70[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "152.7042849386457"
                atv                     =   "44.105976474415435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221225);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "67"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]67[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "148.6043995711065"
                atv                     =   "43.0696989441859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221226);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "65"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "145.01522978376266"
                atv                     =   "41.68134678393973"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221227);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "64"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]64[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "139.5450406715383"
                atv                     =   "39.31675196320065"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221228);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "61"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "136.97899063861456"
                atv                     =   "37.857990766908216"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221229);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "60"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]60[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "170.83585447159845"
                atv                     =   "53.33620483751518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221230);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "165.11963955818896"
                atv                     =   "52.67948941143972"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221231);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "160.4696097295738"
                atv                     =   "52.33082971989828"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221232);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "55"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]55[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "156.8231736658451"
                atv                     =   "51.60863891135443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221233);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "146.48422029290046"
                atv                     =   "48.244466380329854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221234);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "52"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "142.68341626778988"
                atv                     =   "47.00696470231623"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221235);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "139.9276470542435"
                atv                     =   "45.45300466547482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221236);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "134.18743470506485"
                atv                     =   "42.39473890284434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221237);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "47"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "131.3701474531573"
                atv                     =   "40.553602443430115"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221238);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "167.3272822680686"
                atv                     =   "58.46282143578862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221239);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "161.58017729192835"
                atv                     =   "58.20571056993617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221240);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "155.92354384150184"
                atv                     =   "57.48077287024844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221241);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "151.0010849124365"
                atv                     =   "56.341973252242106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221242);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "142.62443672555776"
                atv                     =   "53.34774129938793"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221243);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "139.25768682032893"
                atv                     =   "51.95109953648273"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221244);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "135.9616549563122"
                atv                     =   "50.76273609221923"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221245);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "133.291909088733"
                atv                     =   "49.15940690052404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221246);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "127.70425740245182"
                atv                     =   "44.91627094455724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221247);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "125.20794071673015"
                atv                     =   "42.858922409922705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221248);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "155.59473913972812"
                atv                     =   "65.93226203182697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221249);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "141.3976143145455"
                atv                     =   "62.42917303328152"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221250);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "127.25551117020211"
                atv                     =   "55.76657472000513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221251);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "122.40930116306137"
                atv                     =   "52.13505509742143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221252);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "113.4223269348503"
                atv                     =   "47.83324620827325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221253);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "131.33049896710932"
                atv                     =   "74.31651399314416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221254);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "117.66248244259765"
                atv                     =   "68.58518993136374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221255);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "107.40511951378025"
                atv                     =   "58.130067809261156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221256);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "105.39883596524638"
                atv                     =   "54.061724635014336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221257);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "174.45343506010641"
                atv                     =   "43.71606293650847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221258);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "91"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]91[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "170.41012874512882"
                atv                     =   "43.43975185244243"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221259);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "90"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]90[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "167.3409234136505"
                atv                     =   "43.199082324472286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221260);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "89"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "164.71408245046214"
                atv                     =   "42.82534445499566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221261);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "87"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]87[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "158.83210837659976"
                atv                     =   "41.24023424746573"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221262);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "85"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "154.82238433876333"
                atv                     =   "40.27114147783401"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221263);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "83"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]83[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "151.14218516038355"
                atv                     =   "39.4157051624261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221264);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "81"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]81[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "146.81191877716134"
                atv                     =   "37.60823564395764"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221265);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "79"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]79[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "144.91014599913143"
                atv                     =   "37.053693909212754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221266);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "143.08098578239475"
                atv                     =   "36.25936379473416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221267);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "77"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]77[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "141.16122621216803"
                atv                     =   "35.68461399656396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221268);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "75"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]75[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "172.84486371652594"
                atv                     =   "48.106417552888686"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221269);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "73"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]73[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "167.18332533289205"
                atv                     =   "47.59131896642996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221270);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "72"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "117.72001794895377"
                atv                     =   "35.33306727894957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221271);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "133"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]133[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "115.17299501713026"
                atv                     =   "32.47330146063998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221272);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "131"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "125.78525933317991"
                atv                     =   "27.372732742964423"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221273);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "156"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]156[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "127.17937570953202"
                atv                     =   "28.446642505755324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221274);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "158"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]158[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "128.74870473896942"
                atv                     =   "29.390198142990823"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221275);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "160"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]160[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "132.16251113737715"
                atv                     =   "31.24818102648867"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221276);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "163"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]163[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "134.31065977048593"
                atv                     =   "32.43858706305481"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221277);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "165"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]165[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "130.31030264965176"
                atv                     =   "34.46252021053224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221278);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "155"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]155[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "128.18745905438632"
                atv                     =   "33.25791505008019"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221279);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "152"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]152[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "124.82198906490925"
                atv                     =   "30.82653468652572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221280);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "151"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]151[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "123.86142747812326"
                atv                     =   "30.12295875400343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221281);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "150"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]150[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "122.71623014370147"
                atv                     =   "29.290110589874875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221282);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "149"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]149[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "121.5539103583751"
                atv                     =   "28.50210320644725"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221283);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "147"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]147[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.10391273281795"
                atv                     =   "36.69250268127859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221284);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "145"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]145[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "125.27563764226434"
                atv                     =   "35.924473131204905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221285);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "144"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "122.74509744143253"
                atv                     =   "34.00078291906049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221286);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "143"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]143[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "120.11404878345064"
                atv                     =   "31.68333750167342"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221287);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "141"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]141[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "119.00517840671662"
                atv                     =   "30.821763658374515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221288);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "140"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]140[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "120.30139963163089"
                atv                     =   "37.937725911865144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221289);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "135"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]135[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "104.81965805573347"
                atv                     =   "30.0690769060651"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221290);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "120"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "105.4726451864041"
                atv                     =   "31.467098260118867"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221291);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "121"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]121[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.26558315456984"
                atv                     =   "32.719123849315224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221292);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "122"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]122[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "108.7802411694257"
                atv                     =   "36.342564447924275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221293);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "123"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]123[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "109.67804439388456"
                atv                     =   "38.39507520923507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221294);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "124"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]124[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "111.02031756958502"
                atv                     =   "39.933107923695594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221295);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "125"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]125[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "97.56866557809246"
                atv                     =   "30.047015956786055"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221296);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "114"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]114[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "97.95862912204515"
                atv                     =   "31.761057583559516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221297);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "115"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "98.33713702339844"
                atv                     =   "33.0545287290594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221298);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "116"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]116[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.74509344801749"
                atv                     =   "37.18494480050006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221299);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "117"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]117[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "100.19780124655088"
                atv                     =   "38.83685646671365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221300);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "118"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]118[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "112.7178485667026"
                atv                     =   "29.946988058606536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221301);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "128"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]128[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "113.91085444977355"
                atv                     =   "31.204676021716377"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221302);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "129"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]129[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.9909173273409"
                atv                     =   "29.03205361600976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221303);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "136"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]136[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "118.00933445407722"
                atv                     =   "29.972625244070986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221304);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "139"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]139[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-89.02468689449148"
                atv                     =   "49.783628161366174"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221305);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-27.92243925949782"
                atv                     =   "28.234119898970352"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221306);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "38.43190949994346"
                atv                     =   "27.769602076171402"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221307);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "50.16646502599531"
                atv                     =   "16.05772254211966"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221308);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "34.504839597196906"
                atv                     =   "9.119202508350321"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221309);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "盛世荟庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;世&lt;br/&gt;荟&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "16.445744021526366"
                atv                     =   "9.835643705879077"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221310);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-7.364071185697924"
                atv                     =   "10.082400116091051"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221311);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-58.888720528998874"
                atv                     =   "17.46665835939468"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221312);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-64.00189734946684"
                atv                     =   "14.155475412839357"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221313);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园中苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;中&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-48.12303104056025"
                atv                     =   "15.821703215799133"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221314);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "文化艺术指导中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;化&lt;br/&gt;艺&lt;br/&gt;术&lt;br/&gt;指&lt;br/&gt;导&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.74855580897298"
                atv                     =   "13.233300858875586"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221315);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城华都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;华&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-34.93078444797635"
                atv                     =   "10.48217596838291"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221316);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12716"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-94.32614892614049"
                atv                     =   "16.07504194301852"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221317);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-118.59084840870435"
                atv                     =   "9.743934908541855"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221318);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东方城市豪庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;方&lt;br/&gt;城&lt;br/&gt;市&lt;br/&gt;豪&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12708"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.39225078481635"
                atv                     =   "17.103451163611247"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221319);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城靖海苑北苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;靖&lt;br/&gt;海&lt;br/&gt;苑&lt;br/&gt;北&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.80475376924292"
                atv                     =   "14.354123726604797"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221320);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城靖海苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;靖&lt;br/&gt;海&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-137.44135749650798"
                atv                     =   "13.582576188546092"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221321);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.93930195061745"
                atv                     =   "27.147646126218486"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221322);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富客斯豪布斯卡名品村A区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;客&lt;br/&gt;斯&lt;br/&gt;豪&lt;br/&gt;布&lt;br/&gt;斯&lt;br/&gt;卡&lt;br/&gt;名&lt;br/&gt;品&lt;br/&gt;村&lt;br/&gt;A&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-142.79056027252733"
                atv                     =   "17.321738333925875"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221323);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "莎海苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]莎&lt;br/&gt;海&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "139.54859560026662"
                atv                     =   "11.707216918557341"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221324);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.62266316362226"
                atv                     =   "8.690288328923774"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221325);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "103.44558371627443"
                atv                     =   "9.570309828440195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221326);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "120.31487838360454"
                atv                     =   "9.407422880981436"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221327);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.6847565871856"
                atv                     =   "8.231096556955663"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221328);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院南校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "138.06768617643976"
                atv                     =   "3.8457724947468646"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221329);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丰谷佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;谷&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "142.49841274990035"
                atv                     =   "6.8150061760392315"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221330);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]煌&lt;br/&gt;烘&lt;br/&gt;雅&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12714"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-151.1991592970636"
                atv                     =   "73.10978384923827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221331);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "政海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]政海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "149.7860707880348"
                atv                     =   "29.254409213704463"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221332);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "人民东路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]人民东路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "170.08440172014323"
                atv                     =   "23.222817420635092"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221333);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "乐源城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]乐&lt;br/&gt;源&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12718"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "176.33863845906524"
                atv                     =   "9.864783365815219"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221334);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.8595346752323"
                atv                     =   "3.5193850812305385"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221335);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华实佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;实&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12725"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.80115089490039"
                atv                     =   "17.279907416621672"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221336);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                        <hotspot name               =   "spot_221337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "66.37075572483673"
                atv                     =   "8.570346011734172"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221337);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12707">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4977"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-125.80799856238" atv="22.897867185156" />
                                        <point ath="-137.03196768489" atv="27.30634842066" />
                                        <point ath="-156.08668436667" atv="32.1599880382" />
                                        <point ath="174.37433892952" atv="33.307163699284" />
                                        <point ath="147.90887231016" atv="28.573018180222" />
                                        <point ath="130.00408969749" atv="21.849427790237" />
                                        <point ath="120.85691166352" atv="17.626862556281" />
                                        <point ath="111.32902140401" atv="12.575791914758" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4978"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-175.47049413092" atv="33.642122478613" />
                                        <point ath="-176.07373364531" atv="45.761959047549" />
                                        <point ath="-175.91421225907" atv="52.93701885102" />
                                        <point ath="-176.0219733109" atv="59.260461499595" />
                                        <point ath="-177.19270805414" atv="72.596575321081" />
                                        <point ath="5.8155369747416" atv="52.230866549467" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12708"
            title                       =   "东方城市豪庭"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/e64ec3a38c75381d/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.051626"
            lng                         =   "121.762232"
            heading                     =   ""
            scene_id                    =   "12708"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-145.64360545575"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-145.64360545575"
                vlookat                 =   "49.186678371041"
                fovtype                 =   "MFOV"
                fov                     =   "115"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/e64ec3a38c75381d/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e64ec3a38c75381d/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e64ec3a38c75381d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e64ec3a38c75381d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e64ec3a38c75381d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e64ec3a38c75381d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-151.75357473437987"
                atv                     =   "57.49902121242982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221338);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "东方城市豪庭"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]东方城市豪庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "179.59520473431735"
                atv                     =   "65.42405336385845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-127.37954060151836"
                atv                     =   "32.80637872867695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-131.11076421664836"
                atv                     =   "35.079967216379025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221341);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-140.1889399643149"
                atv                     =   "39.74210833092011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221342);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-146.96983872059434"
                atv                     =   "42.35931224124995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221343);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-151.5854477601297"
                atv                     =   "50.685272699442926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221344);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-159.81637997570073"
                atv                     =   "52.359899348593935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221345);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-169.01457307047139"
                atv                     =   "46.36984765785227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221346);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-178.01907922719198"
                atv                     =   "46.64731613459766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221347);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-110.716266548464"
                atv                     =   "44.929149858505326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221348);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-114.93816961917426"
                atv                     =   "51.921733557855646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221349);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-111.85410434245549"
                atv                     =   "30.276293703290865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221350);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-113.56438359115441"
                atv                     =   "32.20255401806515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221351);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-115.9009870492782"
                atv                     =   "34.60870321208696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221352);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-118.98540604014005"
                atv                     =   "43.45252657679335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221353);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-123.7038798487086"
                atv                     =   "42.91672421562499"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221354);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-128.70126754701369"
                atv                     =   "54.9791449843618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221355);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-137.92960867698793"
                atv                     =   "59.30063180508507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221356);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-144.72758336141982"
                atv                     =   "61.28434547895396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221357);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-159.31363436900796"
                atv                     =   "64.32287194224045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221358);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-170.85081420489348"
                atv                     =   "65.22920347230416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221359);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-132.56251792760295"
                atv                     =   "56.98276411113748"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221360);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "168.97373371606824"
                atv                     =   "64.70676195145367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221361);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-124.92612831740936"
                atv                     =   "30.845576883221348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221362);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-135.47289335010433"
                atv                     =   "28.892969145888568"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221363);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-139.54406233164565"
                atv                     =   "29.61072918927777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221364);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-144.20941116688573"
                atv                     =   "30.191412668329406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-152.86297168475411"
                atv                     =   "33.33869531186839"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221366);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-157.96360043375267"
                atv                     =   "34.31975238298427"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-162.87251234213187"
                atv                     =   "38.72709886981417"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221368);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-171.54489893175315"
                atv                     =   "35.75072816897349"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221369);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-176.91831741183688"
                atv                     =   "36.02124257079607"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "153.4680249679505"
                atv                     =   "44.78710283236353"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221371);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城靖海苑南苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;靖&lt;br/&gt;海&lt;br/&gt;苑&lt;br/&gt;南&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "166.90322459267884"
                atv                     =   "33.041359958285106"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "98.65633393317557"
                atv                     =   "25.391096652653818"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221373);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富客斯豪布斯卡名品村A区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;客&lt;br/&gt;斯&lt;br/&gt;豪&lt;br/&gt;布&lt;br/&gt;斯&lt;br/&gt;卡&lt;br/&gt;名&lt;br/&gt;品&lt;br/&gt;村&lt;br/&gt;A&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "128.4670541776528"
                atv                     =   "32.02538806740268"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221374);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "莎海苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]莎&lt;br/&gt;海&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.35340934782613"
                atv                     =   "27.14589739899896"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221375);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "致立学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]致&lt;br/&gt;立&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.10974764518716"
                atv                     =   "15.1388994720092"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221376);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "永乐小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]永&lt;br/&gt;乐&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.40288926727862"
                atv                     =   "16.616120199311055"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221377);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "176.6342623614408"
                atv                     =   "16.279418751829994"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221378);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "150.55600183429857"
                atv                     =   "13.03908002692504"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221379);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欧洲城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]欧&lt;br/&gt;洲&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "143.84012844472608"
                atv                     =   "11.883131025497622"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221380);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欧洲城东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]欧&lt;br/&gt;洲&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "12.009367807185129"
                atv                     =   "47.504539274045946"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221381);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "64.0166910111916"
                atv                     =   "26.32599910810743"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221382);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "72.40220118532432"
                atv                     =   "15.103790923992342"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221383);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.07794650967111"
                atv                     =   "10.418429187518132"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221384);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.34489279727569"
                atv                     =   "15.786242058108792"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.65039265215614"
                atv                     =   "12.09458911554075"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221386);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.23089529496599"
                atv                     =   "9.19265752915967"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "45.89144164454092"
                atv                     =   "8.836263753451865"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221388);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.549940329663798"
                atv                     =   "9.773282244258079"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221389);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "39.37552970623261"
                atv                     =   "8.643999977243551"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221390);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.807875478062385"
                atv                     =   "20.35358425928889"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-2.6888345071813546"
                atv                     =   "20.31971039330643"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221392);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园中苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;中&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "3.9397294266457834"
                atv                     =   "14.933605434707205"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221393);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城华都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;华&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "7.259368145980318"
                atv                     =   "10.468800795696984"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221394);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12716"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.541948520285189"
                atv                     =   "14.52280579516913"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221395);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "弘基商业休闲广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]弘&lt;br/&gt;基&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;休&lt;br/&gt;闲&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-27.84600055137031"
                atv                     =   "22.626930061242422"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221396);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世纪联华"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;纪&lt;br/&gt;联&lt;br/&gt;华[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-57.27453166179072"
                atv                     =   "34.2973685083097"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221397);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "良友房产惠丰园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]良&lt;br/&gt;友&lt;br/&gt;房&lt;br/&gt;产&lt;br/&gt;惠&lt;br/&gt;丰&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-70.07629777532708"
                atv                     =   "21.202251137321984"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221398);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "梅花新邨"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]梅&lt;br/&gt;花&lt;br/&gt;新&lt;br/&gt;邨[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-86.36822161115867"
                atv                     =   "21.885760170567316"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221399);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康达公寓"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;达&lt;br/&gt;公&lt;br/&gt;寓[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-101.29961751532034"
                atv                     =   "23.428679450031176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221400);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "联谊新寓"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]联&lt;br/&gt;谊&lt;br/&gt;新&lt;br/&gt;寓[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-47.00209821896908"
                atv                     =   "11.222645493246894"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221401);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "兴东佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]兴&lt;br/&gt;东&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.43771032990219"
                atv                     =   "10.680531199703253"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221402);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金梅雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;梅&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-116.74202721419584"
                atv                     =   "19.6002109471651"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "工业新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]工&lt;br/&gt;业&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.26912475042377"
                atv                     =   "21.460143700248175"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221404);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华观商住楼"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;观&lt;br/&gt;商&lt;br/&gt;住&lt;br/&gt;楼[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-130.85457376532446"
                atv                     =   "88.20289195164726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221405);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "人民东路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]人民东路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "141.46868024123575"
                atv                     =   "37.50495625268322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221406);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]靖海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "79.14511804310268"
                atv                     =   "9.869210173465786"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221407);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                        <hotspot name               =   "spot_221408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "128.13761052532672"
                atv                     =   "12.303639973606131"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221408);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12708">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4979"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="165.12134854486" atv="18.12713066772" />
                                        <point ath="158.05997091108" atv="25.210817376492" />
                                        <point ath="145.01593595487" atv="35.278774100166" />
                                        <point ath="102.45620974659" atv="48.774984853671" />
                                        <point ath="62.325356255363" atv="45.002208793793" />
                                        <point ath="34.714191748977" atv="31.533080338046" />
                                        <point ath="19.304707226876" atv="17.274586320805" />
                                        <point ath="13.725844616272" atv="10.641479407932" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4980"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="92.869068284198" atv="14.278630827114" />
                                        <point ath="93.14898706304" atv="20.565966437762" />
                                        <point ath="93.805399216801" atv="34.953217545063" />
                                        <point ath="96.298709084781" atv="64.093544562265" />
                                        <point ath="-92.592461696625" atv="67.873734695595" />
                                        <point ath="-90.499617956787" atv="55.156291145184" />
                                        <point ath="-90.795955957598" atv="47.978052142571" />
                                        <point ath="-91.608910180223" atv="41.720329616333" />
                                        <point ath="-92.94871072364" atv="33.833227517381" />
                                        <point ath="-94.77661991779" atv="20.468774185339" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12709"
            title                       =   "东原·逸墅"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/9a7d6130a02034d7/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.059037"
            lng                         =   "121.770157"
            heading                     =   ""
            scene_id                    =   "12709"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "0.10721731640637"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0.10721731640637"
                vlookat                 =   "54.316679453892"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/9a7d6130a02034d7/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9a7d6130a02034d7/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9a7d6130a02034d7/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9a7d6130a02034d7/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9a7d6130a02034d7/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/9a7d6130a02034d7/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "153.89781650047593"
                atv                     =   "72.64507070010245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221409);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]东原·逸墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-90.18084769514496"
                atv                     =   "50.574608424550604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221410);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.89991948604927"
                atv                     =   "70.1588659943254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221411);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.041464380767138"
                atv                     =   "78.78677758151187"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221412);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.020912936560933"
                atv                     =   "77.20235554980582"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221413);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-60.853973188159216"
                atv                     =   "67.23181801222914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221414);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-67.19699058645057"
                atv                     =   "61.98680794459902"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221415);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-89.98283482017825"
                atv                     =   "41.75183331859365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221416);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-90.01448147774778"
                atv                     =   "43.73825171343211"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221417);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-90.2456508311194"
                atv                     =   "48.39162331875585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221418);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-90.43598585719963"
                atv                     =   "55.78931268214703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221419);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-91.2416296057508"
                atv                     =   "63.34184758753582"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221420);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-102.7979962578766"
                atv                     =   "44.47730996216185"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221421);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-103.78004838173274"
                atv                     =   "46.56917682288388"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221422);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-106.36862167212061"
                atv                     =   "50.974639886024846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221423);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-110.1813140596899"
                atv                     =   "56.20531046770892"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221424);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-116.40657286255947"
                atv                     =   "62.28472917525563"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221425);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.69281319339984"
                atv                     =   "64.29153103796558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221426);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.44087077378913"
                atv                     =   "52.412654953736244"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221427);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "40.609263848147975"
                atv                     =   "61.558405599924626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221428);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "50"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]50[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.081227207300856"
                atv                     =   "48.03277096164371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221429);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "84"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]84[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.76246500550701"
                atv                     =   "62.882113875396406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221430);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.74611283337356"
                atv                     =   "64.14735685900601"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221431);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "52"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.454794998518253"
                atv                     =   "66.07423437228063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221432);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.033633895592459"
                atv                     =   "67.01483579335307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221433);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.67684840092801"
                atv                     =   "66.11630931351515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221434);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-35.25992164146783"
                atv                     =   "62.80041607966867"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221435);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "60"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]60[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.805693662277065"
                atv                     =   "59.330759630393835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221436);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "61"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.98599468472639"
                atv                     =   "55.4740414413499"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221437);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "63"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]63[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-63.33364781655479"
                atv                     =   "31.14719883359567"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221438);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "65"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.22916775174508"
                atv                     =   "56.43885561372965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221439);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "48"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]48[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-91.05238883491683"
                atv                     =   "59.76965667211218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221440);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-90.1395280524581"
                atv                     =   "45.82591860795029"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221441);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-112.55692178433574"
                atv                     =   "58.97291232424457"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221442);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-105.3141387005613"
                atv                     =   "49.079406165975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221443);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-50.310960553570965"
                atv                     =   "72.15458433964156"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221444);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.054721343802555"
                atv                     =   "50.6644503699905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221445);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "82"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]82[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.735973290528364"
                atv                     =   "56.49535972328617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221446);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "77"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]77[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.208103992325277"
                atv                     =   "54.61612991461173"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221447);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "79"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]79[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-41.79468425695126"
                atv                     =   "48.7331873519644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221448);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "66"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]66[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-35.27407742165167"
                atv                     =   "51.45441654210208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221449);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "68"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.858980146341025"
                atv                     =   "53.79368426732052"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221450);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "70"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]70[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.52920773157183"
                atv                     =   "55.86268575202367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221451);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "71"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]71[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.407754465577227"
                atv                     =   "56.577736101733024"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221452);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "72"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.978567542171447"
                atv                     =   "56.95144512867783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221453);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "74"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "60.89973957823054"
                atv                     =   "28.01177105910094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221454);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "86"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]86[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.26282765541237"
                atv                     =   "31.23463963249312"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221455);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "84.55107037852207"
                atv                     =   "37.987944530377796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221456);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.919067906968223"
                atv                     =   "47.76102148039374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221457);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "94"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]94[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.922793373143918"
                atv                     =   "46.54411634350462"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221458);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "92"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]92[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.384008817547965"
                atv                     =   "42.54771472775559"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221459);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "87"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]87[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.8164339066351"
                atv                     =   "44.056512346964766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221460);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "88"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]88[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.915745149928966"
                atv                     =   "47.49778546147862"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221461);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "103"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]103[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.560886462817393"
                atv                     =   "48.37355822027506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221462);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "101"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.5547707317571167"
                atv                     =   "49.17865133688758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221463);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "98"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]98[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.76580324415943"
                atv                     =   "27.629090569257073"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221464);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "105"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]105[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.749589767740588"
                atv                     =   "28.726515167677768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221465);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "147"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]147[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.694215783486982"
                atv                     =   "28.469547966893817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221466);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "121"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]149[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.538302437504967"
                atv                     =   "29.12900632091108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221467);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "145"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]145[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.66964139164429"
                atv                     =   "16.665913515100105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221468);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "158"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]158[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.23648783043518"
                atv                     =   "16.121951428694413"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221469);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "159"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]159[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.44545881179249"
                atv                     =   "22.63391653129357"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221470);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "124"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]124[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.687160671007234"
                atv                     =   "37.3107386835848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221471);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "136"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]136[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.218909122719197"
                atv                     =   "37.69021374970485"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221472);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "134"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]134[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.7766239258112364"
                atv                     =   "37.79795481153922"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221473);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "132"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]132[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.101671341566885"
                atv                     =   "41.241686412552895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221474);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "117"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]117[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.87530196622845"
                atv                     =   "38.962042379974925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221475);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "121"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]121[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.354284081682295"
                atv                     =   "14.659982506594408"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221476);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "161"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]161[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.239835234057864"
                atv                     =   "15.543019194890352"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221477);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "160"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]160[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.69338019308282"
                atv                     =   "17.99204303926466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221478);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "151"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]151[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.687117164391566"
                atv                     =   "19.535140174395202"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221479);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "150"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]150[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.433472710159947"
                atv                     =   "16.663057075219935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221480);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "156"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]156[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.9582907442589885"
                atv                     =   "16.788697717885604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221481);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "157"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]157[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.115313675729055"
                atv                     =   "15.843882354927302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221482);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.3192014748432257"
                atv                     =   "29.22960568970844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221483);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "143"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]143[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.771500531416905"
                atv                     =   "29.20210055365412"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221484);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "141"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]141[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-20.648464605578397"
                atv                     =   "21.885362199338616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221485);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "139"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]139[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.204187049056088"
                atv                     =   "21.192233451305363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221486);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-30.837394359761788"
                atv                     =   "20.115313638929443"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221487);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "138"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]138[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.395786880362152"
                atv                     =   "36.16331742851926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221488);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "127"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.301077591785713"
                atv                     =   "36.912168701553036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221489);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "129"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]129[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.222722898375707"
                atv                     =   "40.10269791487299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221490);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "119"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "14.072100120148832"
                atv                     =   "41.77647380166456"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221491);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "115"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.647060356210773"
                atv                     =   "41.39182125550628"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221492);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "107"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.813751114795195"
                atv                     =   "42.10555205371025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221493);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "110"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]110[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-3.524956637589696"
                atv                     =   "42.62072810125145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221494);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "112"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]112[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.9232422561557314"
                atv                     =   "42.6380341538365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221495);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "114"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]114[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.35297174796949"
                atv                     =   "45.41122101336503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221496);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "90"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]90[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-68.16947698186937"
                atv                     =   "14.386731043037226"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221497);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "18.578652818233593"
                atv                     =   "13.82647725790002"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221498);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "8.333981224452373"
                atv                     =   "9.862037540663998"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221499);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.7566633401467"
                atv                     =   "16.228927142717296"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221500);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "盛世荟庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]盛&lt;br/&gt;世&lt;br/&gt;荟&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "152.25848803452925"
                atv                     =   "22.799012650834893"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221501);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-172.71933016180088"
                atv                     =   "11.989310958391195"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221502);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.47229641842605"
                atv                     =   "6.716649723819204"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221503);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.00863442418085"
                atv                     =   "4.66701008531875"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221504);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-134.7376816819166"
                atv                     =   "26.63625390803847"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221505);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-109.80224593770697"
                atv                     =   "14.095203835787459"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221506);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华钜御庭3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.41408243860883"
                atv                     =   "8.403204228265098"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221507);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-148.1363803447501"
                atv                     =   "65.18323275611355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221508);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱北路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱北路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "32.766532300234644"
                atv                     =   "6.881695910574707"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221509);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "钱江大家·文澜府"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;江&lt;br/&gt;大&lt;br/&gt;家&lt;br/&gt;·&lt;br/&gt;文&lt;br/&gt;澜&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12720"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12709">
                                </hotspot>
                        <hotspot name               =   "spot_221510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "160.0010092567906"
                atv                     =   "6.583153227954668"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221510);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12709">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4981"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="94.943839019102" atv="10.993966080152" />
                                        <point ath="98.562784002183" atv="19.725435845059" />
                                        <point ath="104.0297545475" atv="30.390343327627" />
                                        <point ath="110.39945447392" atv="42.141988773596" />
                                        <point ath="139.65508377799" atv="62.465576177927" />
                                        <point ath="-134.81970633656" atv="60.269868891155" />
                                        <point ath="-106.98330236205" atv="37.055842555177" />
                                        <point ath="-99.433354208296" atv="23.178854242776" />
                                        <point ath="-96.847425302525" atv="17.118086771874" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12710"
            title                       =   "海曲雅苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/0d4120b2c62fbb47/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.058610"
            lng                         =   "121.767339"
            heading                     =   ""
            scene_id                    =   "12710"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "0.878382827229"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0.878382827229"
                vlookat                 =   "49.450304511165"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/0d4120b2c62fbb47/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d4120b2c62fbb47/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d4120b2c62fbb47/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d4120b2c62fbb47/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d4120b2c62fbb47/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/0d4120b2c62fbb47/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-49.60064850105158"
                atv                     =   "78.84233398586815"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221511);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "海曲雅苑
"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]海曲雅苑
[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.4928314890989896"
                atv                     =   "47.48559574064791"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221512);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.943772278493896"
                atv                     =   "17.582783036560254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221513);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.176363381564727"
                atv                     =   "18.445242401050336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221514);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.5822005844301"
                atv                     =   "20.29089074992618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221515);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-37.350841420678194"
                atv                     =   "21.802043164225328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221516);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-31.224893646275916"
                atv                     =   "23.418599961057364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221517);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.9480851094179457"
                atv                     =   "27.801089789440685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221518);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.005976130197155"
                atv                     =   "27.493255791502975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221519);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.849972514821104"
                atv                     =   "24.43294278690613"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221520);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "40.26439245197548"
                atv                     =   "22.396297795356084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221521);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.408548855606853"
                atv                     =   "45.37416355810478"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221522);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-37.135617666678854"
                atv                     =   "40.74310422619177"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221523);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.99593854663999"
                atv                     =   "34.66176110946992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221524);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.78213787329679"
                atv                     =   "31.48695817495959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221525);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.66579504786671"
                atv                     =   "28.118852449360116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221526);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-54.23824858377327"
                atv                     =   "27.679222575996818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221527);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-59.406694647929896"
                atv                     =   "24.37925023843495"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221528);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.22326746704289"
                atv                     =   "25.92617097496531"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221529);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.26650710814533"
                atv                     =   "48.7390477821592"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221530);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.1667242036716"
                atv                     =   "44.55707747617122"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221531);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.178508997878396"
                atv                     =   "53.3646932303109"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221532);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.110147370927052"
                atv                     =   "14.029929492693517"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221533);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-20.61853367593909"
                atv                     =   "14.429094964989982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221534);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "44"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.032497458523949"
                atv                     =   "14.975128226165433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221535);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-6.307477568027082"
                atv                     =   "15.144549003887676"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221536);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "2.3497381884044444"
                atv                     =   "15.26315592221409"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221537);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.268567522737953"
                atv                     =   "15.149961903363469"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221538);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.458480341229915"
                atv                     =   "13.962938738667193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221539);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.151383340678933"
                atv                     =   "14.280399090796626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221540);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "16.32586583145735"
                atv                     =   "14.659489499309576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221541);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.610989559509903"
                atv                     =   "17.194104131625014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221542);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.407373279013598"
                atv                     =   "18.11858530219214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221543);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.667562784670338"
                atv                     =   "19.193855141578712"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221544);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.383352397711235"
                atv                     =   "19.373178791506998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221545);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "65.88344429519498"
                atv                     =   "14.668865506910365"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221546);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "112.49582982636545"
                atv                     =   "9.949197453670166"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221547);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "133.66633791639265"
                atv                     =   "33.56115201549068"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221548);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-143.6783097145901"
                atv                     =   "50.957443246619256"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221549);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华钜御庭3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.67181050348256"
                atv                     =   "15.710619146536281"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221550);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-68.59597354471993"
                atv                     =   "11.870020703474516"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221551);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12716"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-97.05033920752703"
                atv                     =   "15.093880755210542"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221552);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城华都"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;华&lt;br/&gt;都[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-110.40946285406352"
                atv                     =   "15.607382151623165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221553);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "文化艺术指导中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;化&lt;br/&gt;艺&lt;br/&gt;术&lt;br/&gt;指&lt;br/&gt;导&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-126.14859366378198"
                atv                     =   "12.634785411138626"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221554);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-114.13261604072233"
                atv                     =   "10.078614721583929"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221555);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园中苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;中&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-138.6762754050725"
                atv                     =   "7.57777890949639"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221556);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-172.87075394759287"
                atv                     =   "10.427098130241985"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221557);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "165.34573788497914"
                atv                     =   "8.36259441912728"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221558);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "40.37725399272972"
                atv                     =   "9.666061913494266"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221559);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "31.55210797758764"
                atv                     =   "7.901160828385954"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221560);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.94354431220353"
                atv                     =   "88.20626967573784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221561);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱北路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱北路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-68.56585132488613"
                atv                     =   "24.844418219599614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221562);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]靖海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.05867075166873"
                atv                     =   "5.379594360302983"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221563);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "钱江大家·文澜府"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;江&lt;br/&gt;大&lt;br/&gt;家&lt;br/&gt;·&lt;br/&gt;文&lt;br/&gt;澜&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12720"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12710">
                                </hotspot>
                        <hotspot name               =   "spot_221564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "0.10056703062321048"
                atv                     =   "6.066946271328068"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221564);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "红光花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;光&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12712"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12710">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4982"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="90.131425928366" atv="7.5798424721706" />
                                        <point ath="89.914949304541" atv="23.308258763762" />
                                        <point ath="89.374249658294" atv="43.800903385444" />
                                        <point ath="89.303210218813" atv="65.52440062441" />
                                        <point ath="-89.440099102725" atv="40.443040513725" />
                                        <point ath="-89.602212492008" atv="28.365371304367" />
                                        <point ath="-89.605455754878" atv="20.73216747253" />
                                        <point ath="-89.635934503274" atv="12.383727762852" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4983"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-82.365287993091" atv="25.523956117227" />
                                        <point ath="-97.301714068888" atv="25.023595135656" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4984"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-76.594299851645" atv="25.114339932535" />
                                        <point ath="-64.045709549485" atv="23.911240595313" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4985"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-56.603062363058" atv="22.689867504344" />
                                        <point ath="-46.231028123118" atv="20.32639921213" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4986"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-40.793775584997" atv="19.066444737074" />
                                        <point ath="-28.936782008495" atv="15.240876517341" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4987"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-100.94629665439" atv="24.421314801594" />
                                        <point ath="-114.03770151602" atv="22.294967461805" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4988"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-116.70481317734" atv="21.5677562332" />
                                        <point ath="-145.48967211503" atv="12.893740722233" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12711"
            title                       =   "海玥泓邸"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/6f58b2058cc1eb9c/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.047421"
            lng                         =   "121.773083"
            heading                     =   ""
            scene_id                    =   "12711"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-2.6724041088768"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-2.6724041088768"
                vlookat                 =   "47.173607503022"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/6f58b2058cc1eb9c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6f58b2058cc1eb9c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6f58b2058cc1eb9c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6f58b2058cc1eb9c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6f58b2058cc1eb9c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6f58b2058cc1eb9c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-31.659056697725077"
                atv                     =   "61.97759326016242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221565);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]海玥泓邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "105.26460497009623"
                atv                     =   "19.154041406402612"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221566);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院南校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "137.7747100728329"
                atv                     =   "14.091048213742907"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221567);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]煌&lt;br/&gt;烘&lt;br/&gt;雅&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12714"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "52.137838560474506"
                atv                     =   "15.557616986698793"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221568);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.302153245720206"
                atv                     =   "9.279929823100334"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221569);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "23.049365967776453"
                atv                     =   "6.002969957588166"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221570);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.834145722057656"
                atv                     =   "7.965998620841172"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221571);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-39.08398055087383"
                atv                     =   "6.6295173095229885"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221572);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-21.0958828882421"
                atv                     =   "1.1563301440208018"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221573);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-15.538445215158617"
                atv                     =   "4.6028307920686045"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221574);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-32.21660324391945"
                atv                     =   "4.538781313819577"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221575);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新凤凰城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;凤&lt;br/&gt;凰&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-57.487909571847695"
                atv                     =   "7.7255613514683725"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221576);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富客斯豪布斯卡名品村A区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;客&lt;br/&gt;斯&lt;br/&gt;豪&lt;br/&gt;布&lt;br/&gt;斯&lt;br/&gt;卡&lt;br/&gt;名&lt;br/&gt;品&lt;br/&gt;村&lt;br/&gt;A&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-52.47234745289194"
                atv                     =   "5.059733137899044"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221577);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.92488180084757"
                atv                     =   "4.618928882022318"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221578);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-47.59953618620182"
                atv                     =   "4.135851585418139"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221579);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "爱盛家园中苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]爱&lt;br/&gt;盛&lt;br/&gt;家&lt;br/&gt;园&lt;br/&gt;中&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-118.24416092454834"
                atv                     =   "10.60144816420932"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221580);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欧洲城东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]欧&lt;br/&gt;洲&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-108.72976972300611"
                atv                     =   "8.448615257050744"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221581);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "欧洲城西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]欧&lt;br/&gt;洲&lt;br/&gt;城&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.55804090664935"
                atv                     =   "65.4967118944433"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221582);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "勤奋路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]勤奋路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.91679665464801"
                atv                     =   "24.27144851226514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221583);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丰海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]丰海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-1.3992806578146428"
                atv                     =   "7.009484555762789"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221584);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-42.70757149288107"
                atv                     =   "13.001178151287686"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221585);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "乐源城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]乐&lt;br/&gt;源&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12718"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-73.73396210734893"
                atv                     =   "4.002939023736912"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221586);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东方城市豪庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;方&lt;br/&gt;城&lt;br/&gt;市&lt;br/&gt;豪&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12708"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-94.72609266657946"
                atv                     =   "11.372955248932394"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221587);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-129.9062915802144"
                atv                     =   "5.557203042819968"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221588);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人生港湾·南欧城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;生&lt;br/&gt;港&lt;br/&gt;湾&lt;br/&gt;·&lt;br/&gt;南&lt;br/&gt;欧&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12721"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                        <hotspot name               =   "spot_221589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "77.69173552436087"
                atv                     =   "7.119474883329404"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221589);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "龙源星城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;源&lt;br/&gt;星&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12724"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12711">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4989"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="87.23896407825" atv="6.976252910834" />
                                        <point ath="84.041547598628" atv="17.249829406338" />
                                        <point ath="68.735562259593" atv="48.8645068647" />
                                        <point ath="-23.452234876508" atv="71.062059117186" />
                                        <point ath="-76.189459377888" atv="37.266982806394" />
                                        <point ath="-80.595977965647" atv="25.55222378654" />
                                        <point ath="-82.918777460787" atv="12.961413471363" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4990"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="80.279433309492" atv="27.365097635354" />
                                        <point ath="57.260613246762" atv="23.835826112963" />
                                        <point ath="33.44489686982" atv="16.528736830692" />
                                        <point ath="18.73812192426" atv="9.9928861510892" />
                                        <point ath="13.368401440897" atv="7.1309914872463" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12712"
            title                       =   "红光花苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/208802ddc4dd77ea/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.065582"
            lng                         =   "121.765628"
            heading                     =   ""
            scene_id                    =   "12712"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "30.468816162245"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "30.468816162245"
                vlookat                 =   "58.412949653296"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/208802ddc4dd77ea/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/208802ddc4dd77ea/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/208802ddc4dd77ea/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/208802ddc4dd77ea/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/208802ddc4dd77ea/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/208802ddc4dd77ea/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.50277379636805"
                atv                     =   "61.12260940319286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221590);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "红光花苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]红光花苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "78.17170690922688"
                atv                     =   "69.40625644820705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221591);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.41353769812338"
                atv                     =   "81.36844794893057"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221592);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.71766140959494"
                atv                     =   "75.58505995593991"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221593);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.21805376867746"
                atv                     =   "61.98572903739791"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221594);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.30129532818728"
                atv                     =   "55.14996914059003"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221595);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "84.53354139357094"
                atv                     =   "50.619901821533404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221596);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.29052438955034"
                atv                     =   "40.76703698478986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221597);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.62771924728759"
                atv                     =   "37.71269682132598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221598);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.91185073846754"
                atv                     =   "34.9747568525717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221599);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.28965738576267"
                atv                     =   "32.32181555462777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221600);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.62680313220682"
                atv                     =   "30.00283578530484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221601);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.10064826265864"
                atv                     =   "63.830290580864826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221602);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.057838713717615"
                atv                     =   "71.50119009090945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221603);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.54579886327463"
                atv                     =   "73.42498558668632"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221604);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.690657643767622"
                atv                     =   "75.19656949621118"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221605);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.33129599533049"
                atv                     =   "60.84854339699136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221606);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.29625975593137"
                atv                     =   "49.01074153683681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221607);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.54883049030718"
                atv                     =   "53.06539746619094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221608);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.7733853399784"
                atv                     =   "58.87569889063797"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221609);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.3609987475113"
                atv                     =   "69.02176786931788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221610);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.43951803228424"
                atv                     =   "28.65982470877706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221611);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.73887165094425"
                atv                     =   "33.405521113496704"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221612);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.19411284775464"
                atv                     =   "29.575916155447054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221613);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.26956305023725"
                atv                     =   "32.38943460120539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221614);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "78.3658263730207"
                atv                     =   "38.23189224411576"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221615);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.34032539887573"
                atv                     =   "34.4013670722833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221616);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.45005747134155"
                atv                     =   "40.544644449870184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221617);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.78018192508443"
                atv                     =   "27.729455607583738"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221618);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.87694239442828"
                atv                     =   "30.32022234806363"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221619);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.30733111417862"
                atv                     =   "50.462432476667644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221620);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "52"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.67268536364986"
                atv                     =   "52.715890465697036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221621);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.132209081152325"
                atv                     =   "54.947288680341906"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221622);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "50"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]50[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.037678185170705"
                atv                     =   "57.093741863287875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221623);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.588069036110085"
                atv                     =   "58.33985843008836"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221624);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "48"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]48[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.716764918044476"
                atv                     =   "54.820720646619975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221625);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.10878089330515"
                atv                     =   "57.46849670980857"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221626);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.912440451080556"
                atv                     =   "60.4538020119948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221627);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.14484472437732"
                atv                     =   "63.87383794790814"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221628);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.07914566341543"
                atv                     =   "65.48514567544238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221629);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "2.669395381451011"
                atv                     =   "60.29811559611785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221630);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "47"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.4932845643174915"
                atv                     =   "60.23163626651231"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221631);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.202944009656164"
                atv                     =   "68.8209901193705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221632);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "44"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.840990412759538"
                atv                     =   "68.84749015150445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221633);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.0705977140002"
                atv                     =   "43.986076062805644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221634);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.58523496328041"
                atv                     =   "46.35789718103961"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221635);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.25098125178431"
                atv                     =   "36.90546459544188"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221636);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.6339985985054"
                atv                     =   "39.26368286923332"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221637);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.5851314640945"
                atv                     =   "32.017352331276015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221638);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.10174750965132"
                atv                     =   "27.657110222026713"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221639);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.52010493315521"
                atv                     =   "28.67641448762478"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221640);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "75.94622680022763"
                atv                     =   "30.050782507765526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221641);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "74.88846159413617"
                atv                     =   "31.842466469738255"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221642);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.88137461614212"
                atv                     =   "33.19777576074911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221643);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "65.52945788749992"
                atv                     =   "35.651038924838616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221644);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "63.55524173269373"
                atv                     =   "37.722891509759435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221645);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "55"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]55[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.31945854700291"
                atv                     =   "46.61562761827028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221646);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.2122323586417"
                atv                     =   "49.36754330846771"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221647);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.68948681002513"
                atv                     =   "26.86000043675795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221648);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "61"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.8675700511086"
                atv                     =   "27.770293416666384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221649);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "60"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]60[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.83800490750951"
                atv                     =   "29.108603370998974"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221650);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "59"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.7427958275835"
                atv                     =   "30.724500508832108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221651);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "48.79768798268219"
                atv                     =   "41.200394648866926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221652);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "68"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.77787898262568"
                atv                     =   "43.693193295240356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221653);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "69"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]69[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.937197478814994"
                atv                     =   "47.174050362980964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221654);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "70"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]70[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.687084691338896"
                atv                     =   "49.02999705351487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221655);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "71"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]71[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.36203013951814"
                atv                     =   "50.31452028470203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221656);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "72"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.158962738391608"
                atv                     =   "50.99812706238617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221657);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "73"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]73[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.9042530044732189"
                atv                     =   "53.22441244491936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221658);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "74"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.552294273846769"
                atv                     =   "53.148630286283264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221659);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "75"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]75[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.795442654926205"
                atv                     =   "33.523353245163754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221660);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "66"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]66[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.19390034412993"
                atv                     =   "35.53869922331761"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221661);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "67"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]67[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.61572572799906"
                atv                     =   "37.80887889165229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221662);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "85"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.250468061179674"
                atv                     =   "39.484944383184846"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221663);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "84"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]84[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.810259356301344"
                atv                     =   "40.22299560737999"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221664);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "83"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]83[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221665"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.096499676884378"
                atv                     =   "41.095213004930926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221665);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "82"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]82[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221666"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.320520273454008"
                atv                     =   "42.5363503609033"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221666);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "81"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]81[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221667"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.44038235793232"
                atv                     =   "43.07700217741869"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221667);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "80"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]80[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221668"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "14.358082424437498"
                atv                     =   "43.81020090750147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221668);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "79"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]79[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221669"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.143802920669259"
                atv                     =   "44.34183715202093"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221669);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221670"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.3697765240370359"
                atv                     =   "44.166028637782986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221670);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "77"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]77[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221671"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-3.267058439376285"
                atv                     =   "44.023823263976716"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221671);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "76"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]76[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221672"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.478690679241936"
                atv                     =   "36.23310901590341"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221672);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "87"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]87[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221673"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.464779368748395"
                atv                     =   "37.048421284853106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221673);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "86"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]86[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221674"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "49.448687969294724"
                atv                     =   "31.530442531177368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221674);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "90"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]90[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221675"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.8813339849944"
                atv                     =   "32.275343262139145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221675);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "89"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221676"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.40178723264228"
                atv                     =   "33.17054061343589"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221676);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "88"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]88[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221677"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.66587263537667"
                atv                     =   "33.83576331057423"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221677);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "108"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]108[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221678"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.66293085094344"
                atv                     =   "34.495685444773194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221678);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221679"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.652251795833024"
                atv                     =   "35.16304003115381"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221679);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "110"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]110[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221680"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.098546968455253"
                atv                     =   "36.62721845430365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221680);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "111"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]111[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221681"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.914322431599203"
                atv                     =   "37.448862272871125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221681);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "112"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]112[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221682"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "18.30011001654782"
                atv                     =   "38.389846394089616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221682);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "113"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221683"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.504862755628096"
                atv                     =   "38.99629594051085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221683);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "114"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]114[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221684"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.437631430486306"
                atv                     =   "39.25445033874924"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221684);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "115"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221685"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.0032618838115468"
                atv                     =   "39.80858356109547"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221685);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "116"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]116[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221686"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.72770614382722"
                atv                     =   "39.67890776356152"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221686);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "117"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]117[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221687"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.468977572682206"
                atv                     =   "29.945600292402258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221687);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "105"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]105[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221688"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.13937178994183"
                atv                     =   "30.588853090791755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221688);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "106"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]106[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221689"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.54865497840933"
                atv                     =   "31.35758910614337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221689);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "107"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221690"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.109211767769295"
                atv                     =   "35.69479931061023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221690);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "121"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]121[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221691"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.436117740119244"
                atv                     =   "36.02364659417487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221691);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "120"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221692"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.013756136068821"
                atv                     =   "29.999150939237033"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221692);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "152"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]152[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221693"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-0.0512614949473118"
                atv                     =   "30.20323677896844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221693);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "151"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]151[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221694"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.7719052561040485"
                atv                     =   "33.43187077484774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221694);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "149"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]149[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221695"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.3201605520591784"
                atv                     =   "33.295771941001085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221695);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "150"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]150[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221696"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.6194049466999445"
                atv                     =   "36.30533398647307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221696);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "119"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221697"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.761854212886817"
                atv                     =   "36.36557659849088"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221697);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "118"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]118[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221698"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.210610768244692"
                atv                     =   "33.87143397372755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221698);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "123"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]123[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221699"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.376060950070894"
                atv                     =   "34.6523215498169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221699);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "122"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]122[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221700"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.831013256097663"
                atv                     =   "31.68092505275251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221700);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "123"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]123[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221701"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.666277151494626"
                atv                     =   "32.66627082608396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221701);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "124"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]124[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221702"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.2442130573655845"
                atv                     =   "32.85532928712694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221702);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "148"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]148[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221703"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.432544307795126"
                atv                     =   "32.71132601855905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221703);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "147"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]147[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221704"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "14.326610512612547"
                atv                     =   "32.132803610043766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221704);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "146"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]146[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221705"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.862128703235612"
                atv                     =   "31.767837274408187"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221705);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "145"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]145[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221706"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.77771597363875"
                atv                     =   "31.504593026766102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221706);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "144"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221707"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.027187841625732"
                atv                     =   "30.23558905149607"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221707);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "143"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]143[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221708"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.865246192585516"
                atv                     =   "29.649282110153987"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221708);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "142"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]142[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221709"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.008334383828526"
                atv                     =   "28.688864898916705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221709);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "155"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]155[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221710"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.380494437155107"
                atv                     =   "29.287547003433954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221710);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "154"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]154[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221711"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.578678996170709"
                atv                     =   "29.665188221591144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221711);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "153"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]153[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221712"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.370715393067826"
                atv                     =   "27.09295228737875"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221712);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "157"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]157[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221713"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.3256736273172"
                atv                     =   "27.827717217755016"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221713);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "156"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]156[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221714"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.129301763750505"
                atv                     =   "24.88124606510276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221714);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "159"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]159[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221715"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.08202426702587"
                atv                     =   "25.45906338953558"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221715);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "158"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]158[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221716"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.20411904490891"
                atv                     =   "28.22562905970932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221716);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "127"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221717"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.65515472308459"
                atv                     =   "29.07449087674629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221717);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "126"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]126[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221718"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.94006568608944"
                atv                     =   "26.690404799716518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221718);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "140"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]140[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.652172552316244"
                atv                     =   "27.351587717251284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221719);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "141"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]141[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-21.39127338274494"
                atv                     =   "9.477983071032707"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221720);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "五角兴农城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]五&lt;br/&gt;角&lt;br/&gt;兴&lt;br/&gt;农&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "108.96294903276956"
                atv                     =   "20.113289630965966"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221721);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "125.32620138302781"
                atv                     =   "17.62617086420139"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221722);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "144.90163654947622"
                atv                     =   "9.518174723191548"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221723);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "169.11672746704977"
                atv                     =   "12.72810698033337"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221724);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-155.64827619141582"
                atv                     =   "14.698825976923112"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221725);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12716"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.35643408668668"
                atv                     =   "6.255769376584196"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221726);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-51.482996380919246"
                atv                     =   "21.27611991253665"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221727);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12712">
                                </hotspot>
                        <hotspot name               =   "spot_221728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.91771179846859"
                atv                     =   "8.081914120587912"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221728);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠桐苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;桐&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12688"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12712">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_12713"
            title                       =   "华钜御庭"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/a5d0cba50964265d/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.056474"
            lng                         =   "121.770396"
            heading                     =   ""
            scene_id                    =   "12713"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "49.014780232135"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "49.014780232135"
                vlookat                 =   "57.048402078922"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/a5d0cba50964265d/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a5d0cba50964265d/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a5d0cba50964265d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a5d0cba50964265d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a5d0cba50964265d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a5d0cba50964265d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.6212338213531439"
                atv                     =   "72.14982110457251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221729);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "华钜御庭2期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]华钜御庭2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.290342410162623"
                atv                     =   "58.618236709511145"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221730);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.978527993620276"
                atv                     =   "48.541737886924516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221731);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.71790267646861"
                atv                     =   "50.63233622470131"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221732);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "48.211513571880516"
                atv                     =   "55.5628481292918"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221733);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.880247097104075"
                atv                     =   "58.58143906406805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221734);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.09068687245417095"
                atv                     =   "52.336371673472044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221735);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.903066397786574"
                atv                     =   "62.35572711213968"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221736);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.3477856027307666"
                atv                     =   "62.63748243752946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221737);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-41.51697670562169"
                atv                     =   "51.987364398936585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221738);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-35.0428183471833"
                atv                     =   "55.158672746017785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221739);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.382963540045807"
                atv                     =   "40.88442253665143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221740);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.730049315174085"
                atv                     =   "41.94450638184513"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221741);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.7096220773509"
                atv                     =   "43.94220909363666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221742);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.958760497262858"
                atv                     =   "43.55069514722681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221743);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-14.101871570552817"
                atv                     =   "43.917119077195956"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221744);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.827266823188097"
                atv                     =   "35.982011390158476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221745);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "16.555106181830183"
                atv                     =   "36.79445723199532"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221746);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.14033042298604"
                atv                     =   "37.33078552373493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221747);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.8477634154743328"
                atv                     =   "37.722565050213476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221748);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-3.419868060535805"
                atv                     =   "37.75625819233529"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221749);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-13.726997674406562"
                atv                     =   "37.00024533458717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221750);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.877181024582683"
                atv                     =   "36.13154787556461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221751);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.7320883634016"
                atv                     =   "52.53189801338834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221752);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "华钜·御庭东区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]华钜·御庭东区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.22734872089075"
                atv                     =   "37.054585367214436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221753);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.75872301931508"
                atv                     =   "42.20580416680863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221754);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.50086223554683"
                atv                     =   "47.56223108392879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221755);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.03796119059575"
                atv                     =   "42.45261436848086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221756);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.8606929159028"
                atv                     =   "36.8509121737922"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221757);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.48358124666402"
                atv                     =   "34.82850626184169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221758);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.81507008873808"
                atv                     =   "43.14654000458992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221759);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.002171224900735"
                atv                     =   "46.2429558987854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221760);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.22433245423224"
                atv                     =   "34.979251333464745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221761);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.15360804978798"
                atv                     =   "40.942454716500194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221762);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.89842518625073"
                atv                     =   "43.53568822983655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221763);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "62.11876987770904"
                atv                     =   "32.75753704874286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221764);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.26792241381378"
                atv                     =   "35.29219943579489"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221765);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.868805210644155"
                atv                     =   "32.02150734822117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221766);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.87910165787139"
                atv                     =   "30.743617021673227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221767);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "62"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]62[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.50585726441852"
                atv                     =   "35.42537308265838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221768);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "65"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "49.24306862741264"
                atv                     =   "37.11269750948237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221769);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.28416660589642"
                atv                     =   "38.297507029300256"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221770);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.545065129726595"
                atv                     =   "38.93484313711028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221771);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "48"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]48[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "49.67281373455455"
                atv                     =   "41.327394797953154"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221772);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(250, 100, 0, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "117.2046548192721"
                atv                     =   "53.345983034972505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221773);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "华钜御庭1期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]华钜御庭1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "112.92051171481643"
                atv                     =   "43.99545718159769"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221774);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "118.93323320960383"
                atv                     =   "50.529357392087746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221775);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "101.42400315710358"
                atv                     =   "30.10997960845017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221776);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "102.44690369336286"
                atv                     =   "31.64400941646941"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221777);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "104.16578800263883"
                atv                     =   "33.801560310040735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221778);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "111.26612331236694"
                atv                     =   "27.250872806333494"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221779);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "112.79628745779519"
                atv                     =   "28.957323581930776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221780);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "114.22662535013737"
                atv                     =   "30.47546600129399"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221781);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "118.73039421353488"
                atv                     =   "34.67836948855677"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221782);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "121.02366940135607"
                atv                     =   "36.97031848975912"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221783);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "123.54068150799452"
                atv                     =   "39.24060045374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221784);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "108.05815508811034"
                atv                     =   "38.3827032709594"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221785);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "110.39407041131008"
                atv                     =   "41.274957553126654"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221786);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "122.81322434421321"
                atv                     =   "49.737697848095685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221787);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(208, 2, 27, 0.78);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.57925102073"
                atv                     =   "41.2726600158431"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221788);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-0.2555894584153293"
                atv                     =   "23.97331069493098"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221789);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.802420438991646"
                atv                     =   "18.02442406731051"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221790);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "4.552842941958602"
                atv                     =   "15.985657309190069"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221791);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.619169645745728"
                atv                     =   "13.279997785921955"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221792);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.653709807614575"
                atv                     =   "12.547335940595422"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221793);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12716"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-81.32123456551454"
                atv                     =   "17.412238249842474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221794);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "文化艺术指导中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;化&lt;br/&gt;艺&lt;br/&gt;术&lt;br/&gt;指&lt;br/&gt;导&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.67980316281214"
                atv                     =   "29.00716937572274"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221795);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "116.36565668023147"
                atv                     =   "15.40635990469594"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221796);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.69053300122846"
                atv                     =   "16.501109632098487"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221797);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "91.7630078963276"
                atv                     =   "11.664371604115958"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221798);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南汇体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.07644679434827"
                atv                     =   "60.03514889621168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221799);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "川南公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]川南公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                        <hotspot name               =   "spot_221800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-149.78929959130812"
                atv                     =   "51.40150238588852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221800);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱极路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱极路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12713">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4991"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="12.917243309174" atv="12.382430206274" />
                                        <point ath="26.729908059581" atv="32.910848893603" />
                                        <point ath="135.36210851858" atv="54.446094081755" />
                                        <point ath="171.25036109418" atv="24.06030959633" />
                                        <point ath="178.07350018722" atv="13.452676354533" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4992"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-97.772267371172" atv="18.195753712343" />
                                        <point ath="-106.60983606212" atv="27.485595344183" />
                                        <point ath="-123.34839568155" atv="40.417021007214" />
                                        <point ath="164.53824197306" atv="53.616956430583" />
                                        <point ath="135.53568035561" atv="45.099507914162" />
                                        <point ath="109.76310214718" atv="24.192117954064" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12714"
            title                       =   "煌烘雅墅"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/159534ddbc743a12/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.044626"
            lng                         =   "121.776697"
            heading                     =   ""
            scene_id                    =   "12714"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-9.7943242862267"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-9.7943242862267"
                vlookat                 =   "87.203886800106"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/159534ddbc743a12/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/159534ddbc743a12/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/159534ddbc743a12/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/159534ddbc743a12/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/159534ddbc743a12/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/159534ddbc743a12/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-176.4583414701122"
                atv                     =   "64.68387751768702"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221801);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]煌烘雅墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-178.6471764554792"
                atv                     =   "81.65704870391117"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221802);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.15964189903076"
                atv                     =   "30.7077889960925"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221803);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "128"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]128[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-49.19308689402965"
                atv                     =   "38.3941981672812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221804);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "105"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]105[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.446947557916815"
                atv                     =   "41.38544870937669"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221805);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "107"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-31.471647946486257"
                atv                     =   "46.13435928916552"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221806);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.265417061012784"
                atv                     =   "49.72253125475509"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221807);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "111"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]111[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.699349163008719"
                atv                     =   "50.433606786835654"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221808);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "113"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "5.636679761920277"
                atv                     =   "50.02520462595487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221809);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "115"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "16.29399502721867"
                atv                     =   "49.54260118459551"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221810);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "117"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]117[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.42796281132337"
                atv                     =   "37.24592622062975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221811);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "125"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]125[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.45701522307047"
                atv                     =   "45.24922207049959"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221812);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "119"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.31098352107688"
                atv                     =   "41.70578847987181"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221813);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "121"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]121[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "40.249569475400676"
                atv                     =   "39.554350770089314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221814);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "123"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]123[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.175842028523334"
                atv                     =   "33.18596177789888"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221815);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "127"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.16848695916656"
                atv                     =   "30.117228217142"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221816);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "129"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]129[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.151696422814496"
                atv                     =   "27.53850466006407"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221817);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "131"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.84471908738726"
                atv                     =   "39.04828315429979"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221818);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "100"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]100[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.71534186234794"
                atv                     =   "35.53201352614461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221819);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "102"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.36112940060127"
                atv                     =   "32.55546066991168"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221820);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "106"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]106[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.13628761159191"
                atv                     =   "37.57529648874205"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221821);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "108"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]108[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.72404988003427"
                atv                     =   "34.598744624814"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221822);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "110"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]110[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.54056953021342"
                atv                     =   "32.11165495440667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221823);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "112"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]112[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.7530518879866"
                atv                     =   "42.77041280016804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221824);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "116"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]116[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.40383443436656"
                atv                     =   "39.42223462401269"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221825);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "118"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]118[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.739919509309914"
                atv                     =   "37.152914137578534"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221826);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "120"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.77879435310672"
                atv                     =   "34.695076464619866"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221827);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "122"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]122[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "111.82697595389752"
                atv                     =   "41.467442556436595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221828);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "110.89925702791336"
                atv                     =   "39.86379733317017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221829);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.88151099454424"
                atv                     =   "33.94063201600087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221830);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "104.65450633701465"
                atv                     =   "29.87291757565367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221831);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "109.08790113664409"
                atv                     =   "37.27180970649323"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221832);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "108.57381006814148"
                atv                     =   "36.191253011406324"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221833);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.51011934314784"
                atv                     =   "32.839989789605504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221834);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "105.01519712638776"
                atv                     =   "30.805824141426697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221835);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "44"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.8998052308547"
                atv                     =   "37.85142723223607"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221836);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "60"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]60[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "97.19737677803062"
                atv                     =   "34.73396766269914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221837);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "64"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]64[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.30417909794707"
                atv                     =   "31.80015209121604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221838);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "66"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]66[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "89.04200329105993"
                atv                     =   "35.171875943483506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221839);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "82"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]82[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "89.71795304069485"
                atv                     =   "37.16615325960655"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221840);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "80"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]80[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "89.76838133196372"
                atv                     =   "38.3947920533707"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221841);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "88.97504496661685"
                atv                     =   "32.10331008663212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221842);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "84"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]84[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "99.46464334539692"
                atv                     =   "36.86066850769474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221843);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "62"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]62[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "123.96958252158592"
                atv                     =   "52.434963623244755"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221844);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.42030648001301"
                atv                     =   "54.52728530431046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221845);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.575197291992"
                atv                     =   "46.80980176468481"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221846);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "118.4932716427569"
                atv                     =   "49.01290041829859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221847);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "151.58114844913558"
                atv                     =   "75.441426242681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221848);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "48"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]48[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "126.54395206318259"
                atv                     =   "69.25818364103586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221849);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "50"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]50[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "112.54960160376865"
                atv                     =   "62.81833376488635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221850);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "52"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "103.28765697286221"
                atv                     =   "56.242872059652726"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221851);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.72628089981802"
                atv                     =   "50.40756294733632"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221852);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.126452168100684"
                atv                     =   "60.75538848256376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221853);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "86"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]86[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.119273169945245"
                atv                     =   "71.49728141413134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221854);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "68"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.946839931730096"
                atv                     =   "59.28184910667991"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221855);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "88"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]88[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.7855771940271"
                atv                     =   "57.87137765754711"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221856);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "90"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]90[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "86.13076083716123"
                atv                     =   "72.60863396480242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221857);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.5015186130679"
                atv                     =   "66.39548231977493"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221858);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "70"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]70[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.86500458988701"
                atv                     =   "55.02434838792883"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221859);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "92"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]92[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.36635172208696"
                atv                     =   "51.61389776038734"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221860);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "94"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]94[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.9134107256823"
                atv                     =   "60.25939517026368"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221861);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "72"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.31499926555932"
                atv                     =   "47.81111916246436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221862);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "96"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]96[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.54842093248129"
                atv                     =   "44.26922328875378"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221863);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "98"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]98[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "74.89289030597587"
                atv                     =   "54.458107728602975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221864);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "74"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.77057770950807"
                atv                     =   "48.49098956352404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221865);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "76"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]76[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-52.70370466507944"
                atv                     =   "51.083071270537424"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221866);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "93"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.088587548496605"
                atv                     =   "54.403037116518206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221867);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "91"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]91[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.80977058757338"
                atv                     =   "65.72656794524379"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221868);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "65"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.341969139915363"
                atv                     =   "60.22401636081076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221869);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "87"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]87[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-28.668985422343326"
                atv                     =   "71.28108200392091"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221870);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "63"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]63[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-0.6136718850130478"
                atv                     =   "74.1585247181119"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221871);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "61"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.355333181031881"
                atv                     =   "61.439668592098975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221872);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "85"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.21466703872426"
                atv                     =   "73.4376405630028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221873);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "47"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-119.45282942335353"
                atv                     =   "50.035101538860985"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221874);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-111.74842109213847"
                atv                     =   "43.412079178680166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221875);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-98.69750671157317"
                atv                     =   "40.69718974621784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221876);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-108.41347916100267"
                atv                     =   "38.69776897369309"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221877);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-111.03631696516922"
                atv                     =   "30.254080054886668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221878);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-112.0590979860803"
                atv                     =   "31.48573669918553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221879);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-115.78435035811543"
                atv                     =   "34.63605770436911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221880);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-116.87865049209691"
                atv                     =   "36.226394280003646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221881);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-112.6369028303888"
                atv                     =   "44.85831256524675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221882);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-120.43249974981387"
                atv                     =   "39.03105008625895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221883);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-122.17848310757603"
                atv                     =   "40.56290118892018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221884);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-129.2801440998451"
                atv                     =   "45.47649384846678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221885);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-126.74887803915226"
                atv                     =   "43.812242623408736"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221886);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.09038872121829"
                atv                     =   "48.25256473482198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221887);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-98.31859380711262"
                atv                     =   "38.81868189353711"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221888);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-78.13902925483848"
                atv                     =   "36.465122148053126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221889);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "101"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-85.38476236139712"
                atv                     =   "30.722419725801263"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221890);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "124"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]124[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-92.84271462322869"
                atv                     =   "29.028936349168802"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221891);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "135"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]135[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-91.67624664440547"
                atv                     =   "32.04243920158371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221892);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "83"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]83[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-89.79868881080267"
                atv                     =   "36.74017366966951"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221893);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "77"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]77[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-99.88971163411043"
                atv                     =   "36.28370980151845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221894);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-100.76534680970929"
                atv                     =   "28.8383620753952"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221895);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "136"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]136[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-100.8863735312375"
                atv                     =   "30.84481200175612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221896);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "59"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-108.63670423462548"
                atv                     =   "27.009912585304665"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221897);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-98.74635222870586"
                atv                     =   "27.310799417041007"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221898);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "138"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]138[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-109.2823329365012"
                atv                     =   "28.120840242756685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221899);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-85.8413671636107"
                atv                     =   "27.97020726794753"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221900);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "130"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]130[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-101.14427347498929"
                atv                     =   "31.82545768247568"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221901);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-92.18632703806878"
                atv                     =   "27.40416641295283"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221902);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "139"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]139[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-77.60226975464417"
                atv                     =   "30.449910810714776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221903);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "168"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]168[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-70.16074353327275"
                atv                     =   "31.634284780078715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221904);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "132"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]132[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "12.712213930280768"
                atv                     =   "21.690835783705253"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221905);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院南校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-0.7971296318660279"
                atv                     =   "10.118152147765011"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221906);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "44.187713498259996"
                atv                     =   "10.941129449987141"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221907);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇大学城生活广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;大&lt;br/&gt;学&lt;br/&gt;城&lt;br/&gt;生&lt;br/&gt;活&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "56.62329063181676"
                atv                     =   "12.718536343683889"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221908);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海志通进修学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;志&lt;br/&gt;通&lt;br/&gt;进&lt;br/&gt;修&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "87.85357746714857"
                atv                     =   "13.054392592696395"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221909);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海兴伟学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;兴&lt;br/&gt;伟&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "148.35993575895114"
                atv                     =   "5.605450596083554"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221910);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华实佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;实&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12725"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-179.06671449515434"
                atv                     =   "14.00668361498664"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221911);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海思博职业技术学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;思&lt;br/&gt;博&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;技&lt;br/&gt;术&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-39.04688794148416"
                atv                     =   "8.369919488816297"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221912);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-69.13477863968023"
                atv                     =   "4.5332953163540965"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221913);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.33962785294256"
                atv                     =   "28.94068083757661"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221914);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "观海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]观海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                        <hotspot name               =   "spot_221915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "156.2045447443254"
                atv                     =   "42.762073301599486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221915);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "沪南公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]沪南公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12714">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4993"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="166.4320115385" atv="6.9239664970184" />
                                        <point ath="155.08353105925" atv="13.131569963173" />
                                        <point ath="142.43123666043" atv="18.861979155917" />
                                        <point ath="110.08701867426" atv="27.286973481974" />
                                        <point ath="79.978303188259" atv="28.704976380593" />
                                        <point ath="47.208265603612" atv="21.659675907709" />
                                        <point ath="32.987491218401" atv="17.015119827307" />
                                        <point ath="20.40158769071" atv="11.105759690011" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4994"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-104.00826365604" atv="14.926112050121" />
                                        <point ath="-120.26518467003" atv="27.775996540545" />
                                        <point ath="-169.70716741706" atv="45.162720172988" />
                                        <point ath="111.37548114575" atv="19.238015885248" />
                                        <point ath="100.62836045094" atv="9.4602407158438" />
                                        <point ath="98.666721005264" atv="7.0379828477557" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12715"
            title                       =   "惠诚悦华里"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/4e9b701f32b1ae76/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.046087"
            lng                         =   "121.768610"
            heading                     =   ""
            scene_id                    =   "12715"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "6.7951199383845"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "6.7951199383845"
                vlookat                 =   "37.305454897393"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/4e9b701f32b1ae76/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e9b701f32b1ae76/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e9b701f32b1ae76/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e9b701f32b1ae76/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e9b701f32b1ae76/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e9b701f32b1ae76/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.77178784264106"
                atv                     =   "65.38158797784992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221916);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]惠诚悦华里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.006070130136777"
                atv                     =   "20.155322833038003"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221917);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.30231428947394"
                atv                     =   "29.802979227071663"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221918);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.18508995999707"
                atv                     =   "35.85999430584788"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221919);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.96980108540333"
                atv                     =   "32.693453651832996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221920);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.92475417748659"
                atv                     =   "17.92944002771316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221921);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.687410193056223"
                atv                     =   "19.26696623932018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221922);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.399899484690081"
                atv                     =   "26.947142953125745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221923);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "1.6013742111861688"
                atv                     =   "14.143348734852513"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221924);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "东城幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "53.658029426893336"
                atv                     =   "9.939026400589176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221925);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "66.08819656739644"
                atv                     =   "5.757227784921133"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221926);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "82.75326793481099"
                atv                     =   "6.987862440269626"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221927);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院南校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "101.30206310168455"
                atv                     =   "6.807588029883915"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221928);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]煌&lt;br/&gt;烘&lt;br/&gt;雅&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12714"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "121.20825507110652"
                atv                     =   "2.1580725786772295"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221929);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华实佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;实&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12725"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-54.09853957944375"
                atv                     =   "5.54633820527924"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221930);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东方城市豪庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;方&lt;br/&gt;城&lt;br/&gt;市&lt;br/&gt;豪&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12708"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-58.29369442983534"
                atv                     =   "11.150516506072893"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221931);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平城东小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;城&lt;br/&gt;东&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-14.38238946203245"
                atv                     =   "10.800473466186892"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221932);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富客斯豪布斯卡名品村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;客&lt;br/&gt;斯&lt;br/&gt;豪&lt;br/&gt;布&lt;br/&gt;斯&lt;br/&gt;卡&lt;br/&gt;名&lt;br/&gt;品&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-146.60534149995118"
                atv                     =   "8.844211471899662"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221933);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人生港湾·南欧城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;生&lt;br/&gt;港&lt;br/&gt;湾&lt;br/&gt;·&lt;br/&gt;南&lt;br/&gt;欧&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12721"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-94.96969317041578"
                atv                     =   "10.447932109971273"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221934);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-172.72779257238363"
                atv                     =   "73.85628962425989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221935);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "惠东路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]惠东路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                        <hotspot name               =   "spot_221936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.3724050756976"
                atv                     =   "24.740009332000383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221936);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "川南奉公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]川南奉公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12715">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4995"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-84.85356612823" atv="12.485260547054" />
                                        <point ath="-87.957667417442" atv="21.677177618153" />
                                        <point ath="-93.375282790622" atv="35.46235440866" />
                                        <point ath="-108.08274796225" atv="56.155752293201" />
                                        <point ath="-157.63159188215" atv="72.778237847558" />
                                        <point ath="126.89408143594" atv="57.21527588636" />
                                        <point ath="105.97989595597" atv="22.341044291608" />
                                        <point ath="104.41773850428" atv="19.840504220903" />
                                        <point ath="100.77117929676" atv="14.379186449148" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4996"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="141.74531065468" atv="16.604875777612" />
                                        <point ath="132.37750151866" atv="19.954890563748" />
                                        <point ath="117.17636972836" atv="23.141442255073" />
                                        <point ath="99.07826273892" atv="25.321815844532" />
                                        <point ath="70.872756348327" atv="24.960112387543" />
                                        <point ath="38.620417485996" atv="17.162694934689" />
                                        <point ath="24.982207378401" atv="11.187910236504" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12716"
            title                       =   "金地城"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/b0954fe8a6e2df14/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.057283"
            lng                         =   "121.762313"
            heading                     =   ""
            scene_id                    =   "12716"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "5.6373876147411"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "5.6373876147411"
                vlookat                 =   "36.848334171009"
                fovtype                 =   "MFOV"
                fov                     =   "103"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/b0954fe8a6e2df14/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0954fe8a6e2df14/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0954fe8a6e2df14/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0954fe8a6e2df14/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0954fe8a6e2df14/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/b0954fe8a6e2df14/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.794951414128661"
                atv                     =   "50.88259581693129"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221937);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]金地城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.6077880001353151"
                atv                     =   "21.79169408062994"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221938);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "101"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.152054264053334"
                atv                     =   "41.18833346869979"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221939);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-22.07004727625059"
                atv                     =   "39.140496129076304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221940);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.278569919751874"
                atv                     =   "38.22142701079616"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221941);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.756201058207353"
                atv                     =   "37.36341772248297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221942);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-3.300693943312581"
                atv                     =   "46.464305773217546"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221943);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.76738521849478"
                atv                     =   "46.00667541581119"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221944);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.959813630947792"
                atv                     =   "43.4047677777727"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221945);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-30.498665286393532"
                atv                     =   "42.42207595027297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221946);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "173"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]173[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.79537865387823"
                atv                     =   "41.32872611119863"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221947);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-43.98585521845979"
                atv                     =   "36.49132579463116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221948);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "175"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]175[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.240068380516107"
                atv                     =   "34.52667034903229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221949);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.465945516898103"
                atv                     =   "34.0803316223537"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221950);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-14.241209907423013"
                atv                     =   "31.689640847239808"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221951);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.419896234816804"
                atv                     =   "31.405414688483223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221952);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "47"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.53292898280762"
                atv                     =   "31.06822883780633"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221953);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "48"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]48[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-28.995824512620572"
                atv                     =   "28.884525439049813"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221954);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.109224254485127"
                atv                     =   "29.6338442374564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221955);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "50"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]50[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-22.95749118724632"
                atv                     =   "30.220483351052252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221956);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-34.030842079941465"
                atv                     =   "31.015159925672588"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221957);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-30.622518168810245"
                atv                     =   "31.99750114790345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221958);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "44"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-27.751753627706535"
                atv                     =   "32.72464466855049"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221959);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.172300335394937"
                atv                     =   "25.753331609666457"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221960);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-13.94298359275217"
                atv                     =   "25.535844159388006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221961);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.98595787526881"
                atv                     =   "25.24605268600982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221962);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "59"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-20.86629809294942"
                atv                     =   "24.909599149100917"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221963);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "60"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]60[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.966153810175683"
                atv                     =   "28.65090226741487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221964);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "52"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.559399015937572"
                atv                     =   "28.285301786095015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221965);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.568912117609216"
                atv                     =   "28.085501357471422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221966);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.66678043604452"
                atv                     =   "26.985156989534328"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221967);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.95914065120155"
                atv                     =   "27.31794562203233"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221968);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "55"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]55[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-7.0267537800755235"
                atv                     =   "23.711055362418307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221969);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "61"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.860491437276266"
                atv                     =   "23.6854902619304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221970);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "62"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]62[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.467594475763235"
                atv                     =   "23.503873351536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221971);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "63"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]63[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.45251695111807"
                atv                     =   "23.281663288970417"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221972);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "64"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]64[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.97590952424747"
                atv                     =   "23.012441741278423"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221973);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "65"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]65[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.305160290131084"
                atv                     =   "21.901955521958335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221974);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "68"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.73923997456518"
                atv                     =   "21.740855518657753"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221975);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "69"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]69[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.99815080660369"
                atv                     =   "21.628341804171967"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221976);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "70"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]70[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.326841441528245"
                atv                     =   "21.352222390024398"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221977);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "71"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]71[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.6799650699489916"
                atv                     =   "21.419423058078106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221978);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "102"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.897461063426988"
                atv                     =   "16.761539278125678"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221979);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.042704005340454"
                atv                     =   "17.467761029589404"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221980);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "76"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]76[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.906501208069415"
                atv                     =   "17.964826278837375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221981);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "75"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]75[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.444109440992236"
                atv                     =   "17.85171532959832"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221982);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "74"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.467275788292113"
                atv                     =   "17.77448745797302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221983);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "73"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]73[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.56812609733663"
                atv                     =   "17.67493002922138"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221984);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "72"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.33497047422611"
                atv                     =   "15.289884340604715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221985);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "83"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]83[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.100197960152286"
                atv                     =   "15.63743372105824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221986);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "82"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]82[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.113013156380305"
                atv                     =   "16.081575407709675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221987);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "81"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]81[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "16.838141674927385"
                atv                     =   "16.309165834711273"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221988);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "80"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]80[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.32324633473479"
                atv                     =   "16.672899181628903"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221989);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "79"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]79[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.475722399933659"
                atv                     =   "22.136947358140315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221990);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "100"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]100[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.630547823625648"
                atv                     =   "18.537135778406277"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221991);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "97"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]97[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.993660282316171"
                atv                     =   "18.967231404262197"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221992);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "96"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]96[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.915062785165219"
                atv                     =   "20.94735691039948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221993);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "99"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]99[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.178762605607062"
                atv                     =   "21.52521763939276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221994);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "98"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]98[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.28686156280616615"
                atv                     =   "35.92322015830889"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221995);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "158"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]158[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.4144561810525147"
                atv                     =   "36.132227235727754"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221996);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "156"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]156[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.430706045026568"
                atv                     =   "36.51089856718004"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221997);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "154"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]154[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.360393355469114"
                atv                     =   "36.969570692530894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221998);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "153"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]153[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_221999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.670245662578736"
                atv                     =   "33.94058572548344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221999);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "137"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.446805381203319"
                atv                     =   "33.61232841706957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222000);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "140"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]140[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.954657199751182"
                atv                     =   "33.34798149352288"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222001);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "141"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]141[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-0.12533802182019826"
                atv                     =   "33.24686824762163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222002);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "144"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "13.893582484571084"
                atv                     =   "32.612397455757566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222003);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "165"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]165[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.971606580293837"
                atv                     =   "33.10387912234506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222004);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "164"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]164[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.021983100463103"
                atv                     =   "33.696519363977046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222005);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "162"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]162[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.093797254661922"
                atv                     =   "34.27266666172094"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222006);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "160"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]160[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.700003661167159"
                atv                     =   "30.072249699365642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222007);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "151"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]151[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.725079636360192"
                atv                     =   "30.475523909638294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222008);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "149"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]149[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.01148167622506"
                atv                     =   "30.993026331026215"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222009);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "147"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]147[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "5.297350873734445"
                atv                     =   "31.47570280818879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222010);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "146"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]146[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.410446915165494"
                atv                     =   "27.87989100519783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222011);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "136"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]136[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.735793051587336"
                atv                     =   "28.165434647589077"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222012);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "135"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]135[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.342956755790169"
                atv                     =   "28.64861525163371"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222013);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "132"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]132[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.821387187939877"
                atv                     =   "29.037281712401374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222014);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "130"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]130[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.065644739856793"
                atv                     =   "26.387778589262798"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222015);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "121"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]121[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.552795052554188"
                atv                     =   "26.63871245164756"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222016);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "120"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.379947590740471"
                atv                     =   "26.91941093087426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222017);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "118"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]118[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.41673881102093446"
                atv                     =   "28.038167654753472"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222018);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "115"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.989727478461532"
                atv                     =   "28.28480427955284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222019);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "114"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]114[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.3331242579765785"
                atv                     =   "28.465177182125142"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222020);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "112"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]112[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-6.974045954178905"
                atv                     =   "28.67633732485188"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222021);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "9.660593944255368"
                atv                     =   "36.7199750077919"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222022);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "168"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]168[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.148587540066387"
                atv                     =   "37.472802286461395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222023);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "166"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]166[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.257616613507139"
                atv                     =   "39.91896302309533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222024);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.31114436996836"
                atv                     =   "40.918067807453426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222025);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "5.43655645337202"
                atv                     =   "41.13302957054048"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222026);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.27530903543459"
                atv                     =   "31.30930921004127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222027);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.72515367952883"
                atv                     =   "32.99784604802198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222028);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.45227320655107"
                atv                     =   "35.820165816992514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222029);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.62483533676607"
                atv                     =   "37.094662640735045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222030);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.172943834308967"
                atv                     =   "38.12611855635428"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222031);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "48.61138946156757"
                atv                     =   "35.05845628033092"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222032);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.79971443728749"
                atv                     =   "37.055678389096265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222033);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.97128347896194"
                atv                     =   "39.17139746427501"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222034);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.095903434837624"
                atv                     =   "42.319062295203"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222035);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.038354125587205"
                atv                     =   "26.462345959219267"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222036);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.76513992267576"
                atv                     =   "27.144962360193986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222037);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.424001815583665"
                atv                     =   "28.308954496709088"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222038);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.73935216040195"
                atv                     =   "28.715363641492548"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222039);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.836348849774424"
                atv                     =   "29.20380066258351"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222040);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.027904084842135"
                atv                     =   "29.656104358310294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222041);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.03446036351022"
                atv                     =   "28.60671696025879"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222042);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.24873909039627"
                atv                     =   "29.72489081052832"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222043);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.31640623945253"
                atv                     =   "30.62485440000292"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222044);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.378487886384562"
                atv                     =   "32.12332359202437"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222045);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.530946018714303"
                atv                     =   "32.89207866804789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222046);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.580893141414492"
                atv                     =   "21.948472965914828"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222047);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "99"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]99[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.210314399386675"
                atv                     =   "22.62752930755986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222048);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "92"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]92[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.01644208055336"
                atv                     =   "20.425628238600293"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222049);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "95"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.36410062033053"
                atv                     =   "21.0876988636084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222050);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "94"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]94[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.50510883524487"
                atv                     =   "18.18831234739958"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222051);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "91"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]91[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.874619833416375"
                atv                     =   "18.566446815930767"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222052);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "90"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]90[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.7102722393181"
                atv                     =   "19.457652214461945"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222053);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "89"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.316948672406966"
                atv                     =   "19.905743222193934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222054);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "88"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]88[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.49686248390492"
                atv                     =   "16.511439561424833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222055);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "87"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]87[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.167944974418617"
                atv                     =   "16.90239237568855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222056);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "86"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]86[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.80610238234442"
                atv                     =   "17.701568158170932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222057);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "85"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.234123277396577"
                atv                     =   "17.830600152469675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222058);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "84"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]84[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.52150382117253"
                atv                     =   "12.012428111272595"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222059);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "颐景园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]颐&lt;br/&gt;景&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12698"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "57.652901498910865"
                atv                     =   "15.031309524075656"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222060);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.27306205005391"
                atv                     =   "9.823256052635687"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222061);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.34616479865133"
                atv                     =   "9.490344564253983"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222062);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.2139033240781"
                atv                     =   "51.38578450983169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222063);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "文化艺术指导中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;化&lt;br/&gt;艺&lt;br/&gt;术&lt;br/&gt;指&lt;br/&gt;导&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-63.35755065695906"
                atv                     =   "46.47965342108778"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222064);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "弘基商业休闲广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]弘&lt;br/&gt;基&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;休&lt;br/&gt;闲&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-140.97255696984178"
                atv                     =   "27.97671686913372"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222065);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "世纪联华"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]世&lt;br/&gt;纪&lt;br/&gt;联&lt;br/&gt;华[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "121.37148418530936"
                atv                     =   "10.838974004217498"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222066);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "151.59692949036128"
                atv                     =   "5.613691575036096"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222067);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "133.8656139157629"
                atv                     =   "6.139767698176755"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222068);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-170.79815074941945"
                atv                     =   "10.935129200317144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222069);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "人生港湾·南欧城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;生&lt;br/&gt;港&lt;br/&gt;湾&lt;br/&gt;·&lt;br/&gt;南&lt;br/&gt;欧&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12721"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.790009912272808"
                atv                     =   "49.879202168840806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222070);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱北路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱北路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                        <hotspot name               =   "spot_222071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "88.83732438734023"
                atv                     =   "40.96160478974112"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222071);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]靖海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12716">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4997"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-55.232075130739" atv="37.038006254697" />
                                        <point ath="-29.98046968346" atv="49.174809270683" />
                                        <point ath="12.529790628275" atv="52.205806460106" />
                                        <point ath="42.556310790527" atv="44.159432797946" />
                                        <point ath="62.803093301104" atv="30.792064763144" />
                                        <point ath="69.701109843363" atv="23.895324187992" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4998"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="36.61175517449" atv="23.979596649177" />
                                        <point ath="77.310676456666" atv="39.44060214169" />
                                        <point ath="143.19072639637" atv="30.086957731468" />
                                        <point ath="157.62289695591" atv="20.615650389605" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12717"
            title                       =   "君御公馆"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/e214f9f7f310969e/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.052860"
            lng                         =   "121.772853"
            heading                     =   ""
            scene_id                    =   "12717"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-6.6945144323743"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-6.6945144323743"
                vlookat                 =   "42.94714104393"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/e214f9f7f310969e/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e214f9f7f310969e/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e214f9f7f310969e/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e214f9f7f310969e/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e214f9f7f310969e/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/e214f9f7f310969e/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.5456381635622165"
                atv                     =   "69.4233481479539"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222072);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]君御公馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.18672678546511"
                atv                     =   "16.563583156600725"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222073);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "78.80480898878966"
                atv                     =   "13.705433835954981"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222074);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.89253556964394"
                atv                     =   "15.890942407437032"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222075);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "134.2796623085172"
                atv                     =   "11.330323789498443"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222076);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-177.63386108033313"
                atv                     =   "11.797204018700736"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222077);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.75041399772303"
                atv                     =   "5.099704282634144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222078);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "35.158422924154195"
                atv                     =   "7.366557840871332"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222079);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.435572350421012"
                atv                     =   "6.253388921559132"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222080);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-16.188973816204793"
                atv                     =   "4.004800497634772"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222081);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-27.916767049078942"
                atv                     =   "4.181010051616016"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222082);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.211455354931104"
                atv                     =   "3.5567819446838103"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222083);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-131.854732514397"
                atv                     =   "17.911332300841146"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222084);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富客斯豪布斯卡名品村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;客&lt;br/&gt;斯&lt;br/&gt;豪&lt;br/&gt;布&lt;br/&gt;斯&lt;br/&gt;卡&lt;br/&gt;名&lt;br/&gt;品&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-175.436176632309"
                atv                     =   "32.959345038296505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222085);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "人民东路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]人民东路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                        <hotspot name               =   "spot_222086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-98.59260868014746"
                atv                     =   "38.61383518070612"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222086);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "川南奉公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]川南奉公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12717">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4999"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-100.88178227376" atv="8.3338824984033" />
                                        <point ath="-119.88803373448" atv="18.48293289042" />
                                        <point ath="-131.76787998271" atv="23.350814664307" />
                                        <point ath="-150.28378199072" atv="29.285565620499" />
                                        <point ath="-175.37191186544" atv="32.621217716684" />
                                        <point ath="148.28273699788" atv="28.699930640772" />
                                        <point ath="131.80797298003" atv="23.158734926685" />
                                        <point ath="121.60008602776" atv="18.530094340721" />
                                        <point ath="113.92222155104" atv="14.555019342997" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5000"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-148.15924013213" atv="20.536227068931" />
                                        <point ath="-111.07970332499" atv="36.54977393577" />
                                        <point ath="-61.722819840907" atv="36.151486456406" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5001"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-47.861832479001" atv="32.875859605235" />
                                        <point ath="-33.144677271397" atv="26.658982528302" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5002"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-149.65715432714" atv="19.655820300543" />
                                        <point ath="-162.12467944311" atv="10.912104175038" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12718"
            title                       =   "乐源城"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/1c95b459856a97f4/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.049857"
            lng                         =   "121.769337"
            heading                     =   ""
            scene_id                    =   "12718"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "1.5351840342575"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "1.5351840342575"
                vlookat                 =   "53.458432163242"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/1c95b459856a97f4/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c95b459856a97f4/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c95b459856a97f4/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c95b459856a97f4/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c95b459856a97f4/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/1c95b459856a97f4/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.39604893586767"
                atv                     =   "25.836110377759596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222087);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "乐源城A区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]乐源城A区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-70.25389480955437"
                atv                     =   "27.22067873078955"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222088);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-69.09729023571873"
                atv                     =   "28.729086062820578"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222089);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.45766881495103"
                atv                     =   "16.51400799795161"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222090);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.60983144975506"
                atv                     =   "14.356258521483545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222091);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.96386099618735"
                atv                     =   "13.597157354378144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222092);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.03659109769717"
                atv                     =   "17.25087403945883"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222093);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.3000453406936"
                atv                     =   "15.037436004034795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222094);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.79023656895635"
                atv                     =   "14.00800403613297"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222095);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.46060123010216"
                atv                     =   "14.725843497205252"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222096);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.1110818197912"
                atv                     =   "15.401917422360636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222097);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-78.86618068607709"
                atv                     =   "17.692518838924702"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222098);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.23166591788504"
                atv                     =   "16.834719189564115"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222099);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.44388341732116"
                atv                     =   "13.433589770489242"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222100);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-75.90921139869255"
                atv                     =   "13.97560874714564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222101);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-75.33638427145439"
                atv                     =   "14.669478246940034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222102);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-73.91830653118933"
                atv                     =   "16.17391079254126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222103);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-73.2655585541653"
                atv                     =   "17.024861474567505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222104);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-77.68761105807368"
                atv                     =   "19.976382171381395"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222105);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-77.33387010400924"
                atv                     =   "20.520563024894997"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222106);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.88146690117566"
                atv                     =   "21.18945876310451"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222107);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.42575244858745"
                atv                     =   "22.007705389959362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222108);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.03363360557137"
                atv                     =   "22.687969200652763"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222109);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-75.62323002411205"
                atv                     =   "23.45836703341103"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222110);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-71.28588533395975"
                atv                     =   "18.941975792904948"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222111);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-70.08752549493073"
                atv                     =   "20.10544145450597"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222112);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-68.31980768498408"
                atv                     =   "21.955122465371417"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222113);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.24868555873201"
                atv                     =   "66.76847357943144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222114);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "乐源城B区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]乐源城B区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "84.47941257682885"
                atv                     =   "20.058849645567136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222115);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "乐源城C区"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]乐源城C区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.6720367104021"
                atv                     =   "52.7886863715791"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222116);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.02897074638645"
                atv                     =   "37.926175741385954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222117);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.16394840323585"
                atv                     =   "41.119212891152394"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222118);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "63.641144364683214"
                atv                     =   "44.3006747423535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222119);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.618423286598954"
                atv                     =   "55.91166037812473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222120);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.30355939073968"
                atv                     =   "59.67912678894152"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222121);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.80030919285622"
                atv                     =   "62.28699071030698"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222122);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.476722936462807"
                atv                     =   "63.44760438655383"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222123);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.8495178700245"
                atv                     =   "61.78774980279087"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222124);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-37.65678158796027"
                atv                     =   "57.842646465774315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222125);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-61.65189888123689"
                atv                     =   "37.29202625635622"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222126);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-58.720968878186056"
                atv                     =   "40.02462461313015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222127);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-34.32734870783355"
                atv                     =   "44.215747573371345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222128);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-22.770320529156606"
                atv                     =   "47.508712213760475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222129);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.137717539832067"
                atv                     =   "49.8237394992089"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222130);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.545681370214027"
                atv                     =   "49.76033030128482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222131);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.11456632416366"
                atv                     =   "47.4121294559504"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222132);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.252920601192955"
                atv                     =   "39.031837200785304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222133);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.02937454027767"
                atv                     =   "35.287825494421014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222134);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "60.946195520937636"
                atv                     =   "32.016054700780685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222135);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.81545997031583"
                atv                     =   "34.66702843050229"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222136);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.97886646738812"
                atv                     =   "12.933816314928931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222137);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "84.16136103106078"
                atv                     =   "12.552555289025106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222138);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.74433161034187"
                atv                     =   "13.354491317201163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222139);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222140"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.54325502811486"
                atv                     =   "13.846192512861208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222140);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222141"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.3345103358352"
                atv                     =   "14.317550890571525"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222141);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222142"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "83.19112258194627"
                atv                     =   "14.777191427025063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222142);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222143"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.61236018111538"
                atv                     =   "18.44664895039585"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222143);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222144"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.92705189220817"
                atv                     =   "17.591648293361533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222144);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222145"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.26648556398573"
                atv                     =   "16.77415485335914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222145);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222146"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.57203280049612"
                atv                     =   "16.22558336508285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222146);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222147"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.50185834377504"
                atv                     =   "20.892927295113175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222147);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222148"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.10639684688135"
                atv                     =   "21.63454008425448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222148);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222149"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.70298807471323"
                atv                     =   "22.739233381562904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222149);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222150"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.2711290626724"
                atv                     =   "23.843705640343693"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222150);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222151"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.2503479237414"
                atv                     =   "21.360752024062734"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222151);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222152"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.56774686122185"
                atv                     =   "20.042188820379362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222152);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222153"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "75.4210639220106"
                atv                     =   "17.52095880334835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222153);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222154"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "76.24805553009821"
                atv                     =   "16.526349450115895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222154);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222155"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.1692502577423"
                atv                     =   "15.613818210355417"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222155);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222156"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.38682642119949"
                atv                     =   "12.84329240504922"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222156);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222157"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "78.24070017101332"
                atv                     =   "14.251939480456759"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222157);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222158"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "78.80169154603567"
                atv                     =   "13.52889050722586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222158);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222159"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.89480978307057"
                atv                     =   "12.290637402546245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222159);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(126, 211, 33, 0.79);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222160"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.282633514466852"
                atv                     =   "74.47276293905422"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222160);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "华源路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]华源路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222161"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "112.45929176543407"
                atv                     =   "32.679045762195486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222161);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "川南奉公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]川南奉公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222162"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "6.657974459657908"
                atv                     =   "14.706293735001474"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222162);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城时代华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12707"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222163"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "43.74513455930128"
                atv                     =   "11.571409686669464"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222163);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222164"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "112.5146648078755"
                atv                     =   "13.66352808867066"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222164);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222165"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-168.76316269566712"
                atv                     =   "13.000827978215245"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222165);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222166"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-86.51074535340302"
                atv                     =   "5.940193264235863"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222166);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东方城市豪庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;方&lt;br/&gt;城&lt;br/&gt;市&lt;br/&gt;豪&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12708"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222167"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "132.37804955111994"
                atv                     =   "6.496800762481775"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222167);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]煌&lt;br/&gt;烘&lt;br/&gt;雅&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12714"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222168"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "119.24833236627785"
                atv                     =   "6.437037718056612"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222168);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院南校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222169"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "93.76315568860502"
                atv                     =   "6.7371465600761615"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222169);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222170"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "59.25459569527868"
                atv                     =   "5.467212269590286"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222170);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                        <hotspot name               =   "spot_222171"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-3.5643507287771854"
                atv                     =   "3.790851646371533"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222171);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12718">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5003"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="86.049672925813" atv="14.232486487309" />
                                        <point ath="79.0863207382" atv="37.359682272615" />
                                        <point ath="55.756540138694" atv="63.930364107648" />
                                        <point ath="-70.746323081181" atv="45.943891132741" />
                                        <point ath="-78.45045148666" atv="30.48277846214" />
                                        <point ath="-83.429169669464" atv="15.480422871194" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5004"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="161.58437663097" atv="12.20752160663" />
                                        <point ath="139.93698962027" atv="24.403558489102" />
                                        <point ath="110.71456171201" atv="32.71572695055" />
                                        <point ath="71.068378318884" atv="31.604973874023" />
                                        <point ath="51.985358228345" atv="26.019957786931" />
                                        <point ath="36.255085642407" atv="18.988332991683" />
                                        <point ath="24.906155353364" atv="12.805010357007" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12719"
            title                       =   "鹏润嘉苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/beca4cbc340c609d/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.059901"
            lng                         =   "121.781362"
            heading                     =   ""
            scene_id                    =   "12719"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-57.876162452524"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-57.876162452524"
                vlookat                 =   "59.138752121027"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/beca4cbc340c609d/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/beca4cbc340c609d/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/beca4cbc340c609d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/beca4cbc340c609d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/beca4cbc340c609d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/beca4cbc340c609d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222172"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.72931340073302"
                atv                     =   "64.89860063272258"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222172);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "鹏润嘉苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]鹏润嘉苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222173"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.65526773156637"
                atv                     =   "31.967188338734694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222173);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222174"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-54.783422327745086"
                atv                     =   "30.001997864994586"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222174);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222175"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-68.86009882273908"
                atv                     =   "32.56316709783872"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222175);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222176"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-66.57823450125068"
                atv                     =   "35.690900062326435"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222176);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222177"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-83.8078637769504"
                atv                     =   "34.09804957956787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222177);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222178"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-82.87112823167297"
                atv                     =   "37.88047044026761"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222178);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222179"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-57.11229564170014"
                atv                     =   "53.47527176726303"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222179);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222180"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-62.85103389456316"
                atv                     =   "48.74194488500914"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222180);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222181"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-80.01648738068911"
                atv                     =   "58.07538496437833"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222181);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222182"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-81.54185780327498"
                atv                     =   "52.10038198013897"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222182);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222183"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-106.08967639016242"
                atv                     =   "56.90118557323448"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222183);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222184"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-102.50717874227996"
                atv                     =   "50.68644164298054"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222184);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222185"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-120.43098129933952"
                atv                     =   "47.53158504401007"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222185);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222186"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-126.35830333502679"
                atv                     =   "51.841139080560474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222186);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222187"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-101.31080320266415"
                atv                     =   "32.5053073275439"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222187);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222188"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-102.69967340633843"
                atv                     =   "34.66059216990768"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222188);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222189"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-104.04075861353908"
                atv                     =   "37.22540850810535"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222189);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222190"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-116.7127705476706"
                atv                     =   "32.04895064125596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222190);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222191"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-119.27216044550184"
                atv                     =   "34.64546024303195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222191);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222192"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-22.765273747622416"
                atv                     =   "50.32501336490757"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222192);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222193"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.794837161045507"
                atv                     =   "51.39165894202596"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222193);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222194"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-7.398037158070508"
                atv                     =   "52.096968464469434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222194);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222195"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-36.332614946756166"
                atv                     =   "46.07599604774452"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222195);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222196"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-41.33627580793154"
                atv                     =   "44.10088131971193"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222196);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222197"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.66494809289986"
                atv                     =   "42.14494949246741"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222197);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222198"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.15495069960275"
                atv                     =   "34.871080709530275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222198);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222199"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.709818049663113"
                atv                     =   "34.566998131791614"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222199);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222200"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.651350742578074"
                atv                     =   "33.457100489130696"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222200);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222201"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.969566829085693"
                atv                     =   "32.04239573616823"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222201);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222202"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-39.351680813237465"
                atv                     =   "27.57746564007147"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222202);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222203"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-43.686028600029886"
                atv                     =   "26.018945149016847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222203);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222204"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.36419476603095"
                atv                     =   "46.671626807799356"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222204);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222205"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "12.055548655061102"
                atv                     =   "48.5776354785987"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222205);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222206"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "126.64278089823071"
                atv                     =   "27.18108224183264"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222206);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222207"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-163.7821441274794"
                atv                     =   "24.785880695880618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222207);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南汇体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222208"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-123.39976063866519"
                atv                     =   "15.026397909999691"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222208);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222209"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "4.90767211489873"
                atv                     =   "8.744130859036796"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222209);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "远洋·四季华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]远&lt;br/&gt;洋&lt;br/&gt;·&lt;br/&gt;四&lt;br/&gt;季&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12722"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222210"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-65.0558699330046"
                atv                     =   "8.587933036223315"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222210);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "钱江大家·文澜府"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;江&lt;br/&gt;大&lt;br/&gt;家&lt;br/&gt;·&lt;br/&gt;文&lt;br/&gt;澜&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12720"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222211"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-56.97586670374335"
                atv                     =   "5.699071520339018"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222211);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "红光花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;光&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12712"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222212"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.3336915767307"
                atv                     =   "9.174872879943543"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222212);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222213"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-88.4013012456241"
                atv                     =   "6.777209922975176"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222213);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222214"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-145.8044277029643"
                atv                     =   "10.187230889307903"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222214);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222215"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "89.74663201857277"
                atv                     =   "65.11900845820169"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222215);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "学海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]学海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                        <hotspot name               =   "spot_222216"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-133.6465841034406"
                atv                     =   "41.92395489811416"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222216);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱北路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱北路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12719">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5005"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="31.118431739445" atv="46.729088042506" />
                                        <point ath="127.03236527913" atv="60.12795414289" />
                                        <point ath="164.60231368374" atv="30.701529017001" />
                                        <point ath="173.59952079701" atv="15.826028730086" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5006"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="150.26012260574" atv="47.507882325418" />
                                        <point ath="-178.55922036622" atv="51.68173646102" />
                                        <point ath="-130.7695840323" atv="40.151154514141" />
                                        <point ath="-124.07939703689" atv="35.880320936787" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12720"
            title                       =   "钱江大家·文澜府"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/465839072f8d6a18/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.062885"
            lng                         =   "121.774521"
            heading                     =   ""
            scene_id                    =   "12720"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-83.093493620223"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-83.093493620223"
                vlookat                 =   "41.494086417569"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/465839072f8d6a18/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/465839072f8d6a18/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/465839072f8d6a18/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/465839072f8d6a18/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/465839072f8d6a18/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/465839072f8d6a18/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222217"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-56.13799947533039"
                atv                     =   "54.4114522144033"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222217);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "钱江大家·文澜府"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]钱江大家·文澜府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222218"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-113.2169039290597"
                atv                     =   "33.43384174822668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222218);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222219"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-39.852535935693595"
                atv                     =   "15.767590597654543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222219);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222220"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.45613978348996"
                atv                     =   "17.75372008864084"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222220);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222221"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-48.97534108979778"
                atv                     =   "18.06585064581283"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222221);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222222"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-35.259028675455"
                atv                     =   "21.61711733410315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222222);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222223"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-60.06737873789996"
                atv                     =   "20.444961600318837"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222223);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222224"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.9974463433025"
                atv                     =   "26.852053809823932"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222224);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222225"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-73.46645978305332"
                atv                     =   "23.908079824365366"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222225);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222226"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-66.40676452123358"
                atv                     =   "32.90440736818549"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222226);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222227"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-89.0311784510912"
                atv                     =   "22.918143374609905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222227);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222228"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-90.10549425726026"
                atv                     =   "34.13852582333202"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222228);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222229"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-105.42861603170098"
                atv                     =   "22.8959467288811"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222229);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222230"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-130.71232031107297"
                atv                     =   "28.170903063082072"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222230);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222231"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-119.92916503217245"
                atv                     =   "23.85922862886855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222231);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222232"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-67.42088813206846"
                atv                     =   "16.37341801666866"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222232);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222233"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-92.84375395317727"
                atv                     =   "17.96737489204533"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222233);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222234"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-152.5577927943663"
                atv                     =   "6.76675965835779"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222234);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222235"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "156.0134678846895"
                atv                     =   "8.351374229195327"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222235);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222236"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "163.31519017490672"
                atv                     =   "4.846529201869602"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222236);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222237"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-174.33905363787932"
                atv                     =   "4.5677771501230255"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222237);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222238"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.35476687531738"
                atv                     =   "8.503521764640032"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222238);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "鹏润嘉苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鹏&lt;br/&gt;润&lt;br/&gt;嘉&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12719"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222239"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.76079923064458"
                atv                     =   "4.229107772358302"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222239);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "远洋·四季华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]远&lt;br/&gt;洋&lt;br/&gt;·&lt;br/&gt;四&lt;br/&gt;季&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12722"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222240"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-58.18268510315647"
                atv                     =   "6.670116140016952"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222240);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "红光花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;光&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12712"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222241"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-126.17719319056152"
                atv                     =   "8.246054207427719"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222241);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222242"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-111.28814831561363"
                atv                     =   "5.205932943882611"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222242);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222243"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-102.13005696216914"
                atv                     =   "3.6576009979118362"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222243);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "金地城"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;地&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12716"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222244"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-150.79586391433756"
                atv                     =   "40.093453644784766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222244);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱为路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱为路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                        <hotspot name               =   "spot_222245"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "174.90702312488202"
                atv                     =   "18.143269974660022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222245);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "丰海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]丰海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12720">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5007"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="172.01030726724" atv="41.007282103943" />
                                        <point ath="175.78995179123" atv="43.021763505929" />
                                        <point ath="178.82122493874" atv="43.334405296923" />
                                        <point ath="-177.36290901762" atv="43.330687278643" />
                                        <point ath="-145.80364229865" atv="38.094405769884" />
                                        <point ath="-139.12839657491" atv="35.653363170531" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5008"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-125.27258930806" atv="28.870608357612" />
                                        <point ath="-124.04357875708" atv="28.080657129193" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5009"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-116.54052002976" atv="23.047827858387" />
                                        <point ath="-112.41378737749" atv="19.843261802163" />
                                        <point ath="-103.62967716353" atv="12.339660277719" />
                                        <point ath="-102.07557769274" atv="10.937587437338" />
                                        <point ath="-99.130138237976" atv="8.1255437145697" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5010"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="172.06518782487" atv="40.997410096335" />
                                        <point ath="171.13998161443" atv="40.131640864643" />
                                        <point ath="170.75194110272" atv="39.24000876107" />
                                        <point ath="170.46217375694" atv="37.989515713663" />
                                        <point ath="170.52053543984" atv="36.164627139138" />
                                        <point ath="172.92883005717" atv="25.433014500688" />
                                        <point ath="176.74508494273" atv="6.6047227367965" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12721"
            title                       =   "人生港湾·南欧城"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/2505be8e2b58aed9/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.041820"
            lng                         =   "121.765264"
            heading                     =   ""
            scene_id                    =   "12721"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "16.177507522728"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "16.177507522728"
                vlookat                 =   "60.24198248789"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/2505be8e2b58aed9/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2505be8e2b58aed9/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2505be8e2b58aed9/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2505be8e2b58aed9/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2505be8e2b58aed9/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/2505be8e2b58aed9/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222246"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "93.37156683742506"
                atv                     =   "69.78115962921449"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222246);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "人生港湾·南欧城"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]人生港湾·南欧城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222247"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.86266164293943"
                atv                     =   "5.5737615006107735"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222247);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠诚悦华里"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;诚&lt;br/&gt;悦&lt;br/&gt;华&lt;br/&gt;里[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12715"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222248"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-31.26489068639762"
                atv                     =   "12.132684160514055"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222248);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222249"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-77.20732703219278"
                atv                     =   "13.793788103471172"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222249);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "莎海·惠晨苑A区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]莎&lt;br/&gt;海&lt;br/&gt;·&lt;br/&gt;惠&lt;br/&gt;晨&lt;br/&gt;苑&lt;br/&gt;A&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222250"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-112.93366164070684"
                atv                     =   "16.522705405647468"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222250);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "香桂园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]香&lt;br/&gt;桂&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222251"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-173.0011622280107"
                atv                     =   "11.96949883126091"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222251);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "靖海之星幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;海&lt;br/&gt;之&lt;br/&gt;星&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222252"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "45.646012066882406"
                atv                     =   "4.933498239144294"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222252);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222253"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-75.70796754928995"
                atv                     =   "39.79854798864317"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222253);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]靖海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12721">
                                </hotspot>
                        <hotspot name               =   "spot_222254"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-41.99136062181742"
                atv                     =   "19.552053637423537"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222254);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "沪南公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]沪南公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12721">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5011"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-41.236640587867" atv="30.119220302135" />
                                        <point ath="-50.928414910518" atv="33.897673042095" />
                                        <point ath="-59.394651488171" atv="36.302688915123" />
                                        <point ath="-73.780891998311" atv="39.338294633693" />
                                        <point ath="-84.217138770824" atv="39.89505230632" />
                                        <point ath="-118.90635146408" atv="35.459843678611" />
                                        <point ath="-146.82547349061" atv="21.339654716018" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5012"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-35.507893505691" atv="27.225206953235" />
                                        <point ath="-33.605531870856" atv="26.24569333736" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5013"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-25.149720985773" atv="20.524202621818" />
                                        <point ath="-20.633021981796" atv="17.590676050508" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5014"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-32.783396861251" atv="21.8524136839" />
                                        <point ath="-52.57471802257" atv="15.826370103524" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5015"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-15.82385063558" atv="24.752862518679" />
                                        <point ath="-12.114376799492" atv="25.185976915556" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5016"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="8.9304101384365" atv="25.63176998957" />
                                        <point ath="17.45604360575" atv="24.975393867788" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5017"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="35.466844400972" atv="21.901257786954" />
                                        <point ath="36.961863482271" atv="21.525893053284" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5018"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="45.533417340412" atv="19.383263609845" />
                                        <point ath="70.816703955738" atv="9.6735138060514" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12722"
            title                       =   "远洋·四季华庭"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/a2f4467206e865f8/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.063782"
            lng                         =   "121.779360"
            heading                     =   ""
            scene_id                    =   "12722"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "27.490213209931"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "27.490213209931"
                vlookat                 =   "23.691836760933"
                fovtype                 =   "MFOV"
                fov                     =   "99"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/a2f4467206e865f8/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a2f4467206e865f8/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a2f4467206e865f8/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a2f4467206e865f8/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a2f4467206e865f8/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a2f4467206e865f8/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222255"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.65560052593287"
                atv                     =   "31.812823401930885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222255);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "远洋·四季华庭"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]远洋·四季华庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222256"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.637677776873431"
                atv                     =   "15.323149385538569"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222256);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222257"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.662646857653385"
                atv                     =   "18.519297178933346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222257);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222258"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.59248727677442"
                atv                     =   "19.544300046400487"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222258);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222259"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.242468599649555"
                atv                     =   "16.765432792481835"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222259);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222260"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "48.183540745926734"
                atv                     =   "17.450736617034053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222260);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222261"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.871461734907825"
                atv                     =   "15.707886314576198"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222261);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222262"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "41.45462510270016"
                atv                     =   "16.413081454289944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222262);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222263"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.705849222357756"
                atv                     =   "20.904171753990212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222263);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222264"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.700243332843115"
                atv                     =   "17.781672295148656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222264);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222265"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.57977084028323"
                atv                     =   "14.728350729003507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222265);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222266"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.704375462682094"
                atv                     =   "15.810213355393515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222266);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222267"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.60931290955705"
                atv                     =   "13.725080972659473"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222267);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222268"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.56782071029846"
                atv                     =   "14.265287184238138"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222268);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222269"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.143756346123496"
                atv                     =   "22.030972882311172"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222269);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222270"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.396397817455863"
                atv                     =   "19.275399420824186"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222270);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222271"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.071523046696143"
                atv                     =   "16.62408851889859"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222271);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222272"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.913766412788277"
                atv                     =   "15.018318815036796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222272);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222273"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "33.084306804358505"
                atv                     =   "12.87799174299996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222273);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222274"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.87175416838295"
                atv                     =   "13.327420751693595"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222274);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222275"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.21316375524225"
                atv                     =   "13.976716404412304"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222275);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222276"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.325874550376227"
                atv                     =   "14.231223139028225"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222276);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222277"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.454110879926702"
                atv                     =   "15.648325859119668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222277);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222278"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.57835574537455"
                atv                     =   "16.025578235818028"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222278);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222279"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.200798540618734"
                atv                     =   "17.695324551756123"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222279);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222280"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.629504891946226"
                atv                     =   "23.495564330633478"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222280);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222281"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.621512169427206"
                atv                     =   "20.698962826917572"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222281);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222282"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.785750320891225"
                atv                     =   "19.30635988511131"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222282);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222283"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "18.604237620376693"
                atv                     =   "15.00710033951471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222283);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222284"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "15.406707924514876"
                atv                     =   "16.947380341095034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222284);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222285"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.582998618554939"
                atv                     =   "20.10085375513411"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222285);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222286"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.6562961132681266"
                atv                     =   "20.438006018451247"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222286);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222287"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.31764444393309"
                atv                     =   "17.499341059667692"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222287);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222288"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.346069708514847"
                atv                     =   "17.496177342209656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222288);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222289"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.677808546722986"
                atv                     =   "15.600793475048816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222289);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222290"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.767472585738631"
                atv                     =   "15.687906701210212"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222290);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222291"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "2.480435347567436"
                atv                     =   "16.124429840054415"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222291);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222292"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.875726328742076"
                atv                     =   "17.49835723200724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222292);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222293"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "173.30924720815668"
                atv                     =   "25.1592022218542"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222293);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "鹏润嘉苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鹏&lt;br/&gt;润&lt;br/&gt;嘉&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12719"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222294"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "161.44738249402272"
                atv                     =   "13.832761496820721"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222294);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222295"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-159.92848683453155"
                atv                     =   "11.967192754157452"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222295);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "中洲浦东珑玺台"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;洲&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;珑&lt;br/&gt;玺&lt;br/&gt;台[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12723"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222296"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.89297121617128"
                atv                     =   "10.211122537330862"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222296);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222297"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-95.17657078435985"
                atv                     =   "16.385225648725385"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222297);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "钱江大家·文澜府"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;江&lt;br/&gt;大&lt;br/&gt;家&lt;br/&gt;·&lt;br/&gt;文&lt;br/&gt;澜&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12720"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222298"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-75.52738594755317"
                atv                     =   "9.355136242812764"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222298);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "红光花苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]红&lt;br/&gt;光&lt;br/&gt;花&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12712"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222299"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-86.07684411364062"
                atv                     =   "12.944614559652985"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222299);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "外国语小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222300"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-101.11073818326014"
                atv                     =   "13.146317074539528"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222300);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇第二中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;第&lt;br/&gt;二&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222301"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-121.07213853786897"
                atv                     =   "9.575358695723848"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222301);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东原·逸墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;原&lt;br/&gt;·&lt;br/&gt;逸&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12709"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222302"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-109.40336620554243"
                atv                     =   "7.098269017921745"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222302);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海曲雅苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;曲&lt;br/&gt;雅&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12710"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12722">
                                </hotspot>
                        <hotspot name               =   "spot_222303"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-13.382143452570062"
                atv                     =   "62.90446709591022"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222303);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "观海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]观海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12722">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5019"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-178.79504168316" atv="6.7419874822158" />
                                        <point ath="-175.39954311842" atv="32.254645957355" />
                                        <point ath="-165.26863105531" atv="67.214839068248" />
                                        <point ath="-7.0765913119154" atv="46.301494331843" />
                                        <point ath="-2.5041178658986" atv="21.789531887723" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12723"
            title                       =   "中洲浦东珑玺台"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/05b9e77faf4ed8cb/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.055871"
            lng                         =   "121.776932"
            heading                     =   ""
            scene_id                    =   "12723"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "0.73350735650695"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0.73350735650695"
                vlookat                 =   "38.843874162783"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/05b9e77faf4ed8cb/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05b9e77faf4ed8cb/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05b9e77faf4ed8cb/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05b9e77faf4ed8cb/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05b9e77faf4ed8cb/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/05b9e77faf4ed8cb/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222304"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.32418886716562"
                atv                     =   "49.161613252594506"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222304);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "中洲浦东珑玺台珑湾"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]中洲浦东珑玺台珑湾[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222305"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "18.164812880246075"
                atv                     =   "44.6145532058034"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222305);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222306"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-64.76556264517023"
                atv                     =   "47.16406639284096"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222306);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "中洲浦东珑玺台珑悦"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]中洲浦东珑玺台珑悦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222307"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.20866360614815"
                atv                     =   "41.85159781624325"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222307);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222308"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.9942210381887"
                atv                     =   "38.8763434861085"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222308);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222309"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.411470872876976"
                atv                     =   "17.027689643628992"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222309);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222310"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.369991744631534"
                atv                     =   "17.70484844084387"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222310);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222311"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.903996648487748"
                atv                     =   "18.598669643713848"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222311);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222312"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "18.665568389112764"
                atv                     =   "20.206532480649717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222312);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222313"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "14.078345542719944"
                atv                     =   "20.470985289861893"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222313);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222314"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.618475490842684"
                atv                     =   "21.160763670485824"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222314);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222315"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.938402169739447"
                atv                     =   "32.58118012789963"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222315);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222316"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.537131766667017"
                atv                     =   "34.1505251289722"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222316);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222317"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.736915189720378"
                atv                     =   "35.65395805713921"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222317);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222318"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.054952179975714"
                atv                     =   "27.22438796765743"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222318);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222319"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "20.648637517023758"
                atv                     =   "28.471856828971713"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222319);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222320"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.233502042123973"
                atv                     =   "29.26798821719305"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222320);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222321"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "40.891900738164054"
                atv                     =   "23.106021813483864"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222321);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222322"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.474194774588966"
                atv                     =   "24.999367049360533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222322);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222323"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.788437670401095"
                atv                     =   "26.269836754614403"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222323);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222324"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.06720194860259"
                atv                     =   "27.938669439257072"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222324);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222325"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.63130206025596"
                atv                     =   "29.489465206563136"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222325);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222326"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.79540157686574"
                atv                     =   "32.36854087953208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222326);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222327"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.88884825506665"
                atv                     =   "31.560827694668557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222327);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222328"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.05778434289107"
                atv                     =   "36.17326212108351"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222328);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222329"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.35069354084686"
                atv                     =   "45.868407836950475"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222329);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222330"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.67659827421477"
                atv                     =   "51.38980351150912"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222330);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222331"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.11333998765434"
                atv                     =   "18.002758912078086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222331);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222332"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "11.919633694327615"
                atv                     =   "20.659849131420316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222332);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222333"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-37.50042655256391"
                atv                     =   "16.799608667059157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222333);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222334"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.262915040444682"
                atv                     =   "20.38770347662876"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222334);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222335"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-3.073216248647441"
                atv                     =   "20.58515126216529"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222335);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222336"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-41.94708840231635"
                atv                     =   "19.434482071422543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222336);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222337"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.11032786346965"
                atv                     =   "20.428172091817647"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222337);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222338"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-27.53130124622794"
                atv                     =   "24.39186117757828"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222338);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222339"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-20.454254424239082"
                atv                     =   "25.277594258024326"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222339);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222340"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-3.6077785961987843"
                atv                     =   "27.895931632628265"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222340);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222341"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-26.305301799498125"
                atv                     =   "33.32732728588321"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222341);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222342"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.781428649645022"
                atv                     =   "35.47962625221209"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222342);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222343"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.101030141330909"
                atv                     =   "36.27694105175639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222343);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222344"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-55.92640304365966"
                atv                     =   "25.949570617371425"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222344);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222345"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-50.90421105700983"
                atv                     =   "27.904905159921817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222345);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222346"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-45.58336506029599"
                atv                     =   "30.13374859621264"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222346);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222347"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-70.1396561954333"
                atv                     =   "26.12879076593227"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222347);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222348"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-68.01115201541262"
                atv                     =   "28.294836670447385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222348);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222349"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-56.810925763275236"
                atv                     =   "36.53033087412692"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222349);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222350"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-52.09857732400519"
                atv                     =   "39.85898013003334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222350);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222351"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-20.96935929570975"
                atv                     =   "54.01972043839996"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222351);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222352"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.756517643701386"
                atv                     =   "55.64518593039557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222352);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222353"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.284589831433834"
                atv                     =   "17.87000383306777"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222353);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222354"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.903766867225443"
                atv                     =   "19.864024897836643"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222354);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222355"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-19.78782517108641"
                atv                     =   "20.195102603962827"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222355);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222356"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.4122711093479"
                atv                     =   "5.954251209077563"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222356);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "鹏润嘉苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鹏&lt;br/&gt;润&lt;br/&gt;嘉&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12719"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222357"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "61.01158682255323"
                atv                     =   "7.078770820458153"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222357);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南汇中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222358"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.47050103998822"
                atv                     =   "15.875954947347102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222358);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "南汇体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;汇&lt;br/&gt;体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222359"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "178.7455515919848"
                atv                     =   "19.13410377221611"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222359);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海浦东新区民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;新&lt;br/&gt;区&lt;br/&gt;民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222360"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-119.0459764645201"
                atv                     =   "11.57238678155131"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222360);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "君御公馆"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]君&lt;br/&gt;御&lt;br/&gt;公&lt;br/&gt;馆[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12717"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222361"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-153.73597163975478"
                atv                     =   "6.979320212888529"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222361);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222362"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.92595657666277"
                atv                     =   "11.088079095143366"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222362);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华钜御庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;钜&lt;br/&gt;御&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12713"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222363"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-23.735992770902328"
                atv                     =   "4.331506011658776"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222363);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "钱江大家·文澜府"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]钱&lt;br/&gt;江&lt;br/&gt;大&lt;br/&gt;家&lt;br/&gt;·&lt;br/&gt;文&lt;br/&gt;澜&lt;br/&gt;府[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12720"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222364"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-82.4208359709512"
                atv                     =   "4.993911784351933"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222364);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇港国际商务广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;港&lt;br/&gt;国&lt;br/&gt;际&lt;br/&gt;商&lt;br/&gt;务&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222365"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-175.6176996210934"
                atv                     =   "54.761064274117246"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222365);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "拱极路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]拱极路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                        <hotspot name               =   "spot_222366"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "139.18644301722827"
                atv                     =   "20.43328542544076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222366);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "观海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]观海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12723">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5020"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-98.983364006682" atv="11.181841163907" />
                                        <point ath="-106.42579374784" atv="20.828687764918" />
                                        <point ath="-126.79990189711" atv="39.458518033343" />
                                        <point ath="153.53365205668" atv="51.880360848276" />
                                        <point ath="104.40315401615" atv="20.100675486181" />
                                        <point ath="95.621364346988" atv="9.1437808819858" />
                                        <point ath="92.906430827896" atv="4.6168023426489" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5021"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="145.07107858087" atv="17.689843979922" />
                                        <point ath="134.28128750478" atv="21.831957451953" />
                                        <point ath="119.87574111855" atv="26.098300810246" />
                                        <point ath="108.52349372912" atv="28.02309163655" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5022"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="83.595342078817" atv="29.052362955837" />
                                        <point ath="73.094022795439" atv="28.215405980898" />
                                        <point ath="39.794269293912" atv="19.655467481808" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12724"
            title                       =   "龙源星城"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/a32129d884fa5343/thumb.jpg"
            fenzuid                     =   "4437"
            parent_fenzuid              =   "4436"
            lat                         =   "31.047509"
            lng                         =   "121.780682"
            heading                     =   ""
            scene_id                    =   "12724"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "0"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "0"
                vlookat                 =   "0"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/a32129d884fa5343/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a32129d884fa5343/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a32129d884fa5343/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a32129d884fa5343/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a32129d884fa5343/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/a32129d884fa5343/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222367"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-6.130030044120815"
                atv                     =   "45.07234894806821"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222367);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "龙源星城"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]龙源星城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222368"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.797204650905542"
                atv                     =   "32.1517264943809"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222368);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222369"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-25.883813514624194"
                atv                     =   "24.686943059683045"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222369);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222370"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.536414363422523"
                atv                     =   "24.74349737990545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222370);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222371"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.599547709555168"
                atv                     =   "26.942563949066365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222371);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222372"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.83098597991352"
                atv                     =   "28.85628716847223"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222372);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222373"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.0162086755821633"
                atv                     =   "32.74990477732364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222373);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222374"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.48910382978056"
                atv                     =   "29.176015700898482"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222374);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222375"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-43.02375610972865"
                atv                     =   "34.61075137897976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222375);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222376"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.60295603272573"
                atv                     =   "37.18486021444787"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222376);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222377"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.84470987561974"
                atv                     =   "50.532467406176664"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222377);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222378"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.60240291683715"
                atv                     =   "46.459537150022626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222378);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222379"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.050906758118117"
                atv                     =   "54.77827126322164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222379);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222380"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-51.28254362134072"
                atv                     =   "13.898983596707211"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222380);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222381"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.92550508075334"
                atv                     =   "17.29151555281183"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222381);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院南校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222382"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-128.8618588986363"
                atv                     =   "11.62694443374725"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222382);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]煌&lt;br/&gt;烘&lt;br/&gt;雅&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12714"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222383"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "151.8814113898219"
                atv                     =   "19.4864851545723"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222383);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海兴伟学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;兴&lt;br/&gt;伟&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222384"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-174.407038778902"
                atv                     =   "4.718084507060344"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222384);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华实佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;实&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12725"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222385"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.054952739810176"
                atv                     =   "9.052473000647751"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222385);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海民航职业技术学院浦东校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;民&lt;br/&gt;航&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;技&lt;br/&gt;术&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;浦&lt;br/&gt;东&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222386"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-23.908394408478046"
                atv                     =   "5.884769430263638"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222386);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民办东鼎外国语学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;办&lt;br/&gt;东&lt;br/&gt;鼎&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222387"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-33.74871702985206"
                atv                     =   "8.893537938265785"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222387);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院北校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;北&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222388"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-77.51547156180419"
                atv                     =   "8.277186176630927"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222388);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "海玥泓邸"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;玥&lt;br/&gt;泓&lt;br/&gt;邸[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12711"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222389"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-113.56955158358977"
                atv                     =   "32.21990335108882"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222389);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "观海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]观海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                        <hotspot name               =   "spot_222390"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.411818828687785"
                atv                     =   "71.64388095965059"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222390);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "勤奋路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]勤奋路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12724">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5023"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="71.626367766651" atv="43.498898780521" />
                                        <point ath="55.668567757487" atv="60.544230666887" />
                                        <point ath="-79.095456913668" atv="32.421703241683" />
                                        <point ath="-86.367130386091" atv="13.225260644542" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5024"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-21.790062640289" atv="14.948355293131" />
                                        <point ath="-38.250871000947" atv="23.631415017156" />
                                        <point ath="-64.518799825998" atv="32.152425940498" />
                                        <point ath="-110.67577996461" atv="32.650991566965" />
                                        <point ath="-152.62234310806" atv="17.278886796465" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12705"
            title                       =   "布鲁斯小镇"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/54c354612000624f/thumb.jpg"
            fenzuid                     =   "4435"
            parent_fenzuid              =   "4434"
            lat                         =   "31.037492"
            lng                         =   "121.759274"
            heading                     =   ""
            scene_id                    =   "12705"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "88.971259521907"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "88.971259521907"
                vlookat                 =   "53.015532169545"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/54c354612000624f/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/54c354612000624f/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/54c354612000624f/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/54c354612000624f/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/54c354612000624f/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/54c354612000624f/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221108"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "162.29043439822976"
                atv                     =   "31.97918547028439"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221108);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "振东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]振&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221109"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-173.98395353075338"
                atv                     =   "26.770887242429275"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221109);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "生态绿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]生&lt;br/&gt;态&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221110"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-58.369538908148115"
                atv                     =   "69.17444831170874"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221110);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "交通新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]交&lt;br/&gt;通&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221111"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "85.20462807355568"
                atv                     =   "49.592394005175784"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221111);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "锦绣汇丽苑四街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;绣&lt;br/&gt;汇&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;四&lt;br/&gt;街&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221112"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "42.11787772192474"
                atv                     =   "48.31647149197393"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221112);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康敏苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;敏&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221113"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "65.0599278756111"
                atv                     =   "45.06142342911625"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221113);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富强小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;强&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221114"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "18.367241819272238"
                atv                     =   "38.259394049391226"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221114);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "海燕二村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]海&lt;br/&gt;燕&lt;br/&gt;二&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221115"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "38.02154765164056"
                atv                     =   "34.44270807292579"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221115);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "香桂园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]香&lt;br/&gt;桂&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221116"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "52.91044145199521"
                atv                     =   "31.238012480871973"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221116);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮艺术幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;艺&lt;br/&gt;术&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221117"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "12.420007391869717"
                atv                     =   "30.15930276083359"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221117);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "莎海惠晨苑A区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]莎&lt;br/&gt;海&lt;br/&gt;惠&lt;br/&gt;晨&lt;br/&gt;苑&lt;br/&gt;A&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221118"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.253619767820624"
                atv                     =   "29.336358095531512"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221118);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "莎海惠晨苑B区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]莎&lt;br/&gt;海&lt;br/&gt;惠&lt;br/&gt;晨&lt;br/&gt;苑&lt;br/&gt;B&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221119"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-59.23108971308244"
                atv                     =   "32.776552631427194"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221119);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "英雄新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]英&lt;br/&gt;雄&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221120"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-81.89255568293646"
                atv                     =   "24.783732940269456"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221120);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "福汇一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]福&lt;br/&gt;汇&lt;br/&gt;一&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221121"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.80715078209943"
                atv                     =   "42.07010242969992"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221121);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯1期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;1&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12702"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221122"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "135.09205967175322"
                atv                     =   "41.79117563862675"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221122);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯2期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;2&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12703"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221123"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "44.14291355709241"
                atv                     =   "18.519033428677158"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221123);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "人生港湾南欧城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]人&lt;br/&gt;生&lt;br/&gt;港&lt;br/&gt;湾&lt;br/&gt;南&lt;br/&gt;欧&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221124"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-49.25028073984538"
                atv                     =   "22.997512506072972"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221124);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "福汇新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]福&lt;br/&gt;汇&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221125"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-23.253172785039453"
                atv                     =   "16.744945936981274"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221125);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "碧桂园·天悦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]碧&lt;br/&gt;桂&lt;br/&gt;园&lt;br/&gt;·&lt;br/&gt;天&lt;br/&gt;悦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221126"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-35.89954123635812"
                atv                     =   "16.431694567490585"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221126);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鼎城丽景苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鼎&lt;br/&gt;城&lt;br/&gt;丽&lt;br/&gt;景&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221127"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-44.47855432487938"
                atv                     =   "14.838560367314651"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221127);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "鼎基商业广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]鼎&lt;br/&gt;基&lt;br/&gt;商&lt;br/&gt;业&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221128"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-19.510084762577435"
                atv                     =   "14.422742387254974"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221128);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "第一中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;一&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221129"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-9.600368600737397"
                atv                     =   "15.383807985726149"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221129);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "第四中学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]第&lt;br/&gt;四&lt;br/&gt;中&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221130"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.133672477623236"
                atv                     =   "15.880939919904295"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221130);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221131"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "14.758192339292975"
                atv                     =   "18.177236909624266"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221131);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221132"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.220722233933827"
                atv                     =   "16.44176259593848"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221132);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "荡湾小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]荡&lt;br/&gt;湾&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221133"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-163.96672680688965"
                atv                     =   "12.56785793638766"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221133);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丹桂佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丹&lt;br/&gt;桂&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221134"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "92.29690714039941"
                atv                     =   "7.301292941494341"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221134);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "惠南东站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;东&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12726"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221135"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.581176868875843"
                atv                     =   "3.8804160448935443"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221135);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "民乐城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12695"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221136"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-62.11048306903865"
                atv                     =   "7.1772307578127315"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221136);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮板块"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;板&lt;br/&gt;块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12727"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221137"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "24.776332704840627"
                atv                     =   "5.829341536720646"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221137);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "东城区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12706"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221138"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-88.50189410005686"
                atv                     =   "7.18797711121788"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221138);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮南路"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;南&lt;br/&gt;路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12730"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
                        <hotspot name               =   "spot_221139"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.13808975591263"
                atv                     =   "19.35248847310766"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221139);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12704"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12705">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_12702"
            title                       =   "布鲁斯1期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/96f7401c4bd2ab12/thumb.jpg"
            fenzuid                     =   "4435"
            parent_fenzuid              =   "4434"
            lat                         =   "31.035143"
            lng                         =   "121.758117"
            heading                     =   ""
            scene_id                    =   "12702"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-80.502040784868"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-80.502040784868"
                vlookat                 =   "90"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/96f7401c4bd2ab12/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/96f7401c4bd2ab12/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/96f7401c4bd2ab12/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/96f7401c4bd2ab12/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/96f7401c4bd2ab12/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/96f7401c4bd2ab12/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220719"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.22962797759891"
                atv                     =   "35.71518782588503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220719);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220720"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "177.3221062015994"
                atv                     =   "75.61977097601121"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220720);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "布鲁斯小镇1期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]布鲁斯小镇1期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220721"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.936118466052903"
                atv                     =   "41.51511668920889"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220721);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220722"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.102753777873033"
                atv                     =   "42.81733081649511"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220722);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220723"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "5.098928635483446"
                atv                     =   "41.42684851460053"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220723);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220724"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.45503932601531"
                atv                     =   "41.07383846828776"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220724);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220725"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.448350631581775"
                atv                     =   "40.6454657759224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220725);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220726"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.918266770578441"
                atv                     =   "39.17756029908703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220726);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220727"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.535944848371173"
                atv                     =   "38.676988046750566"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220727);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220728"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.849902042235158"
                atv                     =   "37.74443648481237"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220728);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220729"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "3.665396242422048"
                atv                     =   "37.620757277900644"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220729);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220730"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.36088092823246"
                atv                     =   "38.03318353699896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220730);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220731"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.84344904351667"
                atv                     =   "38.52763164354012"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220731);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220732"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "16.348887916757803"
                atv                     =   "38.73082221241158"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220732);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220733"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.4323395043114715"
                atv                     =   "37.83125479533291"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220733);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220734"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-0.6095083577889113"
                atv                     =   "37.08420352105639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220734);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220735"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-7.648818720779445"
                atv                     =   "36.317887522962735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220735);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220736"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-14.805505111021034"
                atv                     =   "34.849547164627936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220736);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220737"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.082828635344242"
                atv                     =   "25.474097430425218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220737);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220738"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.917021824303845"
                atv                     =   "26.851861648036266"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220738);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220739"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.610057253070636"
                atv                     =   "30.012969965455756"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220739);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220740"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.3051515913582534"
                atv                     =   "26.113551414692335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220740);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220741"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.01557944921325"
                atv                     =   "39.93285023128987"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220741);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220742"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-13.826479190715645"
                atv                     =   "47.4752686533441"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220742);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220743"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-17.869422111952872"
                atv                     =   "46.33926000711695"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220743);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "112"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]112[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220744"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-21.756136419849156"
                atv                     =   "45.23718073317529"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220744);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "114"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]114[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220745"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.48661417337894"
                atv                     =   "45.461641875996825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220745);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "66"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]66[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220746"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "23.18667465825189"
                atv                     =   "46.196897068717135"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220746);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "68"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220747"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "18.730881941579014"
                atv                     =   "46.91132063722086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220747);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "70"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]70[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220748"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "6.7568559708237785"
                atv                     =   "45.5034390451109"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220748);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "73"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]73[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220749"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.4461076542522733"
                atv                     =   "45.15699068128701"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220749);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "75"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]75[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220750"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-3.5231029248183177"
                atv                     =   "44.511743802359334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220750);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220751"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.1300016826701835"
                atv                     =   "50.514034853591774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220751);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "102"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220752"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.408565263133426"
                atv                     =   "42.13755958779648"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220752);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "83"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]83[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220753"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-19.44759531474017"
                atv                     =   "41.21470841454758"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220753);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "86"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]86[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220754"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.22915728378541"
                atv                     =   "47.643824587503026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220754);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "94"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]94[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220755"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.856231484546868"
                atv                     =   "49.833762835576316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220755);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "96"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]96[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220756"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.027177350800912"
                atv                     =   "50.66593881122365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220756);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "98"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]98[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220757"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.160054171113984"
                atv                     =   "51.61372371090668"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220757);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "100"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]100[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220758"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.1163180170056"
                atv                     =   "44.49219013858681"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220758);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "88"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]88[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220759"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-1.2334385746685257"
                atv                     =   "49.94802932260544"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220759);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "105"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]105[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220760"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-6.502539195655743"
                atv                     =   "49.39966093370129"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220760);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "107"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220761"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.02327605128363"
                atv                     =   "30.626830571182285"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220761);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220762"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.485845881346734"
                atv                     =   "25.826112718785847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220762);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220763"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.586456652217407"
                atv                     =   "26.49609473608261"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220763);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220764"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "5.388212253790698"
                atv                     =   "26.29534922553109"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220764);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220765"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.047323324861964"
                atv                     =   "41.990968731231845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220765);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220766"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.707464916394713"
                atv                     =   "36.943619019384954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220766);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220767"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.624171221370602"
                atv                     =   "37.59343771659934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220767);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220768"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.748948782853745"
                atv                     =   "40.710817838546284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220768);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220769"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "34.6495707379795"
                atv                     =   "43.68378153979361"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220769);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "63"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]63[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220770"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.080092488287846"
                atv                     =   "46.317114778123184"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220770);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "91"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]91[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220771"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.861162195661393"
                atv                     =   "41.43498004132348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220771);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220772"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-25.633387754428895"
                atv                     =   "43.85651314423018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220772);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "116"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]116[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220773"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "82.96458172876089"
                atv                     =   "56.01356636577106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220773);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "208"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]208[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220774"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.30633210702513"
                atv                     =   "61.239134421590414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220774);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "212"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]212[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220775"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.58449839534376"
                atv                     =   "69.17575424655851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220775);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "213"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]213[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220776"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.4318831583546"
                atv                     =   "73.62253296162662"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220776);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "217"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]217[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220777"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.327292703104945"
                atv                     =   "77.71824294363789"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220777);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "220"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]220[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220778"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.59771906582222"
                atv                     =   "53.032324126984214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220778);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "177"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]177[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220779"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.54781605807631"
                atv                     =   "56.47547568984063"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220779);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "179"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]179[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220780"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.60286045978717"
                atv                     =   "59.47010314386336"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220780);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "181"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]181[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220781"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.3126898986294"
                atv                     =   "66.38150682817208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220781);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "185"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]185[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220782"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.52196990064829"
                atv                     =   "69.87272141636574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220782);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "190"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]190[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220783"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.4021802885909"
                atv                     =   "53.56516378209149"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220783);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "149"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]149[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220784"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "94.75897450889863"
                atv                     =   "56.55211659522323"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220784);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "236"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]236[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220785"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "40.882454206902196"
                atv                     =   "60.94263787670278"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220785);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "156"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]156[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220786"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "29.46407268732787"
                atv                     =   "63.80852067095936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220786);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "160"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]160[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220787"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.92988337130225"
                atv                     =   "48.48936974815376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220787);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "118"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]118[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220788"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.92299861230407"
                atv                     =   "51.4984172582067"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220788);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "122"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]122[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220789"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "32.89400956751888"
                atv                     =   "55.816113666571944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220789);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "127"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220790"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "24.78518209150434"
                atv                     =   "57.36419473041067"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220790);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "129"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]129[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220791"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "124.04312123959397"
                atv                     =   "70.30303988820313"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220791);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "275"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]275[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220792"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "120.41557168903773"
                atv                     =   "67.25489316218633"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220792);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "273"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]273[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220793"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "95.32708286446936"
                atv                     =   "77.05166728071002"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220793);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "247"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]247[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220794"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "93.98748301114463"
                atv                     =   "72.03843716679533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220794);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "243"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]243[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220795"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "114.15962656249468"
                atv                     =   "61.87125495795693"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220795);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "272"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]272[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220796"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "111.40991697050436"
                atv                     =   "58.73753868412802"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220796);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "270"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]270[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220797"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "109.1785603786912"
                atv                     =   "55.561214780612204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220797);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "267"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]267[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220798"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "94.65576920481715"
                atv                     =   "62.4984985084712"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220798);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "240"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]240[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220799"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "143.81880092168154"
                atv                     =   "76.91763767558852"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220799);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "279"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]279[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220800"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "130.82335412816317"
                atv                     =   "73.08877247704503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220800);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "277"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]277[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220801"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.1396000946881486"
                atv                     =   "62.38527935730982"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220801);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "161"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]161[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220802"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-6.836981852527629"
                atv                     =   "61.625576218179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220802);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "165"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]165[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220803"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-14.198445366585474"
                atv                     =   "60.317822317372986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220803);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "167"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]167[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220804"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-27.646142564807747"
                atv                     =   "56.232757860656164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220804);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "170"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]170[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220805"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-34.96690578582991"
                atv                     =   "53.22208107608396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220805);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "174"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]174[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220806"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.589087672348228"
                atv                     =   "56.1488129553224"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220806);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "131"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220807"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.9290388747734823"
                atv                     =   "55.614492667081315"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220807);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "135"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]135[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220808"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.819327671734527"
                atv                     =   "54.52115202886629"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220808);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "137"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220809"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-20.28535725889799"
                atv                     =   "51.87059791929361"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220809);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "138"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]138[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220810"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.859004576654968"
                atv                     =   "50.351140719635715"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220810);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "141"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]141[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220811"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.18521810879963"
                atv                     =   "48.40393377619471"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220811);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "144"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220812"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-151.64721272956697"
                atv                     =   "81.79549024943107"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220812);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "283"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]283[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220813"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-118.35701147691037"
                atv                     =   "78.59432401605152"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220813);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "285"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]285[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220814"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-97.75986680753573"
                atv                     =   "69.75395227693552"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220814);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "286"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]286[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220815"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-93.48618777697067"
                atv                     =   "65.66448632055376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220815);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "288"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]288[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220816"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-90.00647730275534"
                atv                     =   "61.23197474422952"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220816);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "291"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]291[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220817"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-35.94410658914023"
                atv                     =   "85.40552477184599"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220817);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "252"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]252[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220818"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-58.26089700099095"
                atv                     =   "81.02778076198905"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220818);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "256"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]256[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220819"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-64.8307011577997"
                atv                     =   "75.73856911558785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220819);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "258"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]258[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220820"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-71.24092206984687"
                atv                     =   "66.96841572955206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220820);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "259"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]259[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220821"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-72.25999442878839"
                atv                     =   "61.04066837227745"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220821);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "263"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]263[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220822"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-13.487529135007435"
                atv                     =   "76.83870641329375"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220822);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "222"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]222[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220823"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.45722354288989"
                atv                     =   "73.29123494836108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220823);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "226"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]226[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220824"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.57875008747766"
                atv                     =   "64.78630372520163"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220824);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "229"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]229[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220825"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-57.55272752255593"
                atv                     =   "59.07741470281167"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220825);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "233"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]233[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220826"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.0102681317825954"
                atv                     =   "69.6846076460881"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220826);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "191"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]191[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220827"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-6.16864537179822"
                atv                     =   "69.14171855592772"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220827);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "193"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]193[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220828"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.769913125214828"
                atv                     =   "67.7677496830499"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220828);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "195"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]195[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220829"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-22.53786999803151"
                atv                     =   "66.268709045697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220829);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "197"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]197[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220830"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-37.236718339519484"
                atv                     =   "61.12729441858036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220830);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "201"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]201[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220831"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.45480938113724"
                atv                     =   "56.744522322714445"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220831);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "205"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]205[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220832"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-163.2497761846219"
                atv                     =   "63.61014260341965"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220832);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220833"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "132.4174892517721"
                atv                     =   "50.66054636354711"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220833);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220834"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "135.05525781432135"
                atv                     =   "52.652870630168444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220834);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220835"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "140.74676019217443"
                atv                     =   "55.63043940842334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220835);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220836"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "153.2039404791348"
                atv                     =   "59.71751517378667"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220836);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220837"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "160.45089188821197"
                atv                     =   "60.75110774739896"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220837);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220838"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "171.11985219124614"
                atv                     =   "62.44879426106032"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220838);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220839"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-153.36788795508716"
                atv                     =   "63.20446017130157"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220839);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220840"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-130.67455056561823"
                atv                     =   "59.40261436950729"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220840);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220841"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-122.72577381966957"
                atv                     =   "56.21079350107396"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220841);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220842"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "143.14029480275394"
                atv                     =   "46.26666907710159"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220842);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220843"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "149.16638017416665"
                atv                     =   "48.590757995418095"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220843);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220844"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "160.80203384815337"
                atv                     =   "52.21116324249639"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220844);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220845"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "167.6174446519841"
                atv                     =   "53.03992820826717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220845);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220846"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "176.3152503398227"
                atv                     =   "53.99789290566271"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220846);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220847"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-164.38746404965968"
                atv                     =   "55.407561420145825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220847);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220848"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-156.1268742765289"
                atv                     =   "55.052998293827194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220848);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220849"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-147.94517691262297"
                atv                     =   "54.271100609965444"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220849);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220850"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-132.70441032799604"
                atv                     =   "50.229371460220705"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220850);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "52"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220851"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-124.28259943263748"
                atv                     =   "47.24849185244486"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220851);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220852"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "148.9298883870984"
                atv                     =   "41.76020932144719"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220852);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220853"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "153.46037879840162"
                atv                     =   "43.01107303676175"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220853);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "61"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220854"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "158.13871361799573"
                atv                     =   "44.35193197019414"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220854);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "64"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]64[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220855"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "169.63974212758836"
                atv                     =   "46.09613498573557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220855);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "68"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]68[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220856"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "177.84442822361848"
                atv                     =   "46.927145984731006"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220856);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "72"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220857"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-135.32202661650484"
                atv                     =   "43.950269353731706"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220857);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "85"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220858"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-152.338486773874"
                atv                     =   "47.174740410486365"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220858);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220859"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.22400060048616"
                atv                     =   "47.83530320770107"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220859);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "74"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220860"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-150.74892332149795"
                atv                     =   "34.61409103319807"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220860);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "174"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]174[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220861"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.00341140167265"
                atv                     =   "35.65054272593319"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220861);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "170"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]170[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220862"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-165.1073004506983"
                atv                     =   "35.74364528467666"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220862);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "166"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]166[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220863"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-165.41088925901397"
                atv                     =   "39.28391121159102"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220863);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "133"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]133[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220864"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-160.77211549281157"
                atv                     =   "38.90200004873458"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220864);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "137"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]137[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220865"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-137.50245677358674"
                atv                     =   "35.27647549489299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220865);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "150"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]150[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220866"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-140.80366183505774"
                atv                     =   "35.919598774015306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220866);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "146"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]146[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220867"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-147.8041752488947"
                atv                     =   "37.27930417400206"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220867);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "144"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]144[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220868"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-152.4926492987069"
                atv                     =   "37.914455167081364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220868);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "140"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]140[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220869"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-134.61245152452392"
                atv                     =   "37.997938058074276"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220869);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "119"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220870"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-138.98571085585334"
                atv                     =   "39.141862283110314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220870);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "115"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220871"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-146.76304430374398"
                atv                     =   "41.230985327755626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220871);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "113"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220872"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-150.90011204653848"
                atv                     =   "41.61856276247108"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220872);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220873"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.1878776673672"
                atv                     =   "42.72641909058901"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220873);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "107"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220874"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-165.9548931788546"
                atv                     =   "42.77757660643822"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220874);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "102"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]102[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220875"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-176.9167905736154"
                atv                     =   "32.90927519276543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220875);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "64"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]64[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220876"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "172.15380365355549"
                atv                     =   "31.712740607198512"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220876);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "152"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]152[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220877"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "175.96310127548463"
                atv                     =   "32.34413865330129"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220877);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "184"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]184[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220878"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-179.59277398990974"
                atv                     =   "32.736736176632434"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220878);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "185"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]185[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220879"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-174.1273413433145"
                atv                     =   "33.14893526693657"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220879);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "189"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]189[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220880"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "169.82801461455227"
                atv                     =   "34.46507267593744"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220880);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "152"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]152[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220881"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "173.55831843940658"
                atv                     =   "34.719908786747986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220881);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "157"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]157[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220882"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-179.9784417440277"
                atv                     =   "35.49848734226642"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220882);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "158"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]158[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220883"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-176.22673872515503"
                atv                     =   "35.87676827088904"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220883);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "164"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]164[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220884"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "165.8346568561826"
                atv                     =   "36.69308190274204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220884);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "120"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]120[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220885"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "169.89549999387407"
                atv                     =   "37.422420398064986"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220885);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "124"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]124[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220886"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "178.15781340261634"
                atv                     =   "38.4956591559556"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220886);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "127"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220887"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-177.48254292560281"
                atv                     =   "38.74720019050015"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220887);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "131"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220888"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "163.32767112473516"
                atv                     =   "39.62189165881418"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220888);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "89"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220889"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "167.60986110807184"
                atv                     =   "40.59380718760627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220889);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "93"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220890"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "175.83153765611274"
                atv                     =   "41.667355429616165"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220890);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "95"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]95[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220891"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-179.79081806387012"
                atv                     =   "42.407059176361834"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220891);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "101"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(189, 16, 224, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220892"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "89.11540080662564"
                atv                     =   "21.261455885948205"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220892);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯2期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;2&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12703"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220893"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "127.1138806402557"
                atv                     =   "24.88642369234172"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220893);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "振东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]振&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220894"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "8.953735719704355"
                atv                     =   "17.781119408888667"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220894);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "交通新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]交&lt;br/&gt;通&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220895"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "59.10194873107423"
                atv                     =   "14.903147116010853"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220895);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "锦绣汇丽苑四街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;绣&lt;br/&gt;汇&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;四&lt;br/&gt;街&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220896"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "48.56043283847771"
                atv                     =   "13.738136015232996"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220896);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富强小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;强&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220897"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.103215424553184"
                atv                     =   "12.452324640989872"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220897);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康敏苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;敏&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220898"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "179.0596726716492"
                atv                     =   "24.82317336034638"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220898);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "生态绿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]生&lt;br/&gt;态&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220899"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-164.68018029049256"
                atv                     =   "8.542630475570864"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220899);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丹桂佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丹&lt;br/&gt;桂&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220900"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.058548744828727"
                atv                     =   "12.63267885064113"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220900);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "英雄新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]英&lt;br/&gt;雄&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220901"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.14399761489449"
                atv                     =   "15.089290410670413"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220901);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "福汇一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]福&lt;br/&gt;汇&lt;br/&gt;一&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12702">
                                </hotspot>
                        <hotspot name               =   "spot_220902"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "99.71040484349834"
                atv                     =   "4.484569005090875"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_220902);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12704"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12702">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_12703"
            title                       =   "布鲁斯2期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/67d1b241643e9884/thumb.jpg"
            fenzuid                     =   "4435"
            parent_fenzuid              =   "4434"
            lat                         =   "31.035143"
            lng                         =   "121.761669"
            heading                     =   ""
            scene_id                    =   "12703"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "2.0080084356668"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "2.0080084356668"
                vlookat                 =   "67.686695690565"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/67d1b241643e9884/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/67d1b241643e9884/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/67d1b241643e9884/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/67d1b241643e9884/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/67d1b241643e9884/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/67d1b241643e9884/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_220903"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "0.6266943764683063"
                atv                     =   "90"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220903);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "布鲁斯2期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]布鲁斯2期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220904"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-101.2582096553374"
                atv                     =   "31.118194023778432"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220904);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "191"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]191[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220905"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.167648981816114"
                atv                     =   "55.59382487569271"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220905);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "174"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]174[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220906"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-50.29307151994914"
                atv                     =   "52.069625405659345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220906);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "176"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]176[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220907"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-54.68912076928177"
                atv                     =   "61.83666575125602"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220907);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "168"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]168[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220908"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-59.398728231106475"
                atv                     =   "58.09726600601417"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220908);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "170"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]170[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220909"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-64.04138037153052"
                atv                     =   "54.03097566821194"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220909);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "172"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]172[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220910"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.69611895230634"
                atv                     =   "65.88457841091119"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220910);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "161"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]161[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220911"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-76.72615030124791"
                atv                     =   "60.416956271219796"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220911);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "163"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]163[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220912"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-79.68994569154898"
                atv                     =   "55.97565278493491"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220912);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "166"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]166[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220913"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-98.62717493903989"
                atv                     =   "66.43590677483385"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220913);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "155"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]155[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220914"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-97.83515228078176"
                atv                     =   "62.131173686771646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220914);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "158"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]158[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220915"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-96.5921584924975"
                atv                     =   "57.23827922110204"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220915);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "160"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]160[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220916"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-107.74186146605814"
                atv                     =   "49.91181998838134"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220916);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "186"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]186[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220917"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.5196846270704"
                atv                     =   "61.03204377595353"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220917);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "150"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]150[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220918"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-112.62639603255732"
                atv                     =   "56.57658327040312"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220918);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "153"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]153[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220919"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-106.19943004275791"
                atv                     =   "46.59655870575183"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220919);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "189"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]189[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220920"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-57.178960171248775"
                atv                     =   "38.8428459501249"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220920);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "197"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]197[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220921"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.00984192595962"
                atv                     =   "42.03999357603557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220921);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "193"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]193[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220922"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-94.40148237622776"
                atv                     =   "42.942620328587694"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220922);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "192"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]192[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220923"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-67.09598715803315"
                atv                     =   "30.81742942881217"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220923);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "199"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]199[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220924"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-84.69178741869587"
                atv                     =   "33.427830453210795"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220924);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "195"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]195[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220925"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-31.123797206495567"
                atv                     =   "51.50075718474697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220925);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "179"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]179[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220926"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-37.44446974791771"
                atv                     =   "49.587037486237676"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220926);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "181"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]181[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220927"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-43.09028589193679"
                atv                     =   "47.607946981785865"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220927);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "183"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]183[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220928"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-85.4466712449173"
                atv                     =   "30.848527528219364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220928);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "196"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]196[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220929"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.19265292119593"
                atv                     =   "31.59422635175348"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220929);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "228"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]228[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220930"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.55407213436456"
                atv                     =   "31.326871286169393"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220930);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "227"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]227[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220931"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.6011187910505669"
                atv                     =   "32.25781308402845"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220931);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "221"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]221[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220932"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.6321778939328055"
                atv                     =   "32.33781641492944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220932);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "223"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]223[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220933"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.231280538235126"
                atv                     =   "31.52621449805251"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220933);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "224"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]224[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220934"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-2.934933189174558"
                atv                     =   "42.08239316442391"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220934);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "218"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]218[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220935"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.585393607773653"
                atv                     =   "40.73903018485618"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220935);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "219"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]219[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220936"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.993347508153192"
                atv                     =   "39.624984971341874"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220936);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "220"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]220[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220937"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-23.265723601494756"
                atv                     =   "30.206368074831023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220937);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "215"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]215[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220938"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-27.275786350769465"
                atv                     =   "29.4805843075011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220938);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "216"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]216[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220939"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-31.094092718869774"
                atv                     =   "28.752188509103735"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220939);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "217"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]217[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220940"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-34.35146091233793"
                atv                     =   "35.992055249630155"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220940);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "211"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]211[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220941"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.81749001277694"
                atv                     =   "34.57101953863894"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220941);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "212"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]212[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220942"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.682522317724136"
                atv                     =   "32.80269304722128"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220942);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "213"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]213[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220943"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.95564026988143"
                atv                     =   "47.46532062990609"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220943);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "72"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]72[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220944"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "58.787692324167324"
                atv                     =   "51.52789374888344"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220944);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "77"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]77[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220945"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "63.31238563637908"
                atv                     =   "40.00569240942536"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220945);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "78"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]78[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220946"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.90498824642589"
                atv                     =   "41.5648488477635"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220946);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "80"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]80[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220947"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.229351507161425"
                atv                     =   "53.60811000220051"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220947);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "145"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]145[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220948"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.22109559942862"
                atv                     =   "43.17736157188281"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220948);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "83"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]83[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220949"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.101589078718234"
                atv                     =   "44.823611476134374"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220949);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "85"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]85[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220950"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.21875138470614"
                atv                     =   "46.49768419477476"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220950);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "87"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]87[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220951"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.58158056440385"
                atv                     =   "48.206634572503106"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220951);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "89"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]89[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220952"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.14304263932422"
                atv                     =   "32.1932437285287"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220952);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "229"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]229[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220953"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.519244012655804"
                atv                     =   "34.070154116982316"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220953);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "231"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]231[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220954"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.906209673642707"
                atv                     =   "39.82347155769774"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220954);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "225"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]225[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220955"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.434130112762375"
                atv                     =   "40.72660377041238"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220955);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "226"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]226[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220956"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.945146849319144"
                atv                     =   "28.633850932357362"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220956);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "232"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]232[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220957"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.078178533173457"
                atv                     =   "29.979781594070058"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220957);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "234"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]234[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220958"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "70.11703828590419"
                atv                     =   "42.092147777233436"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220958);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "67"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]67[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220959"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.51397277043958"
                atv                     =   "29.192778832061762"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220959);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "233"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]233[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220960"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.27553122512302"
                atv                     =   "44.43752546528799"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220960);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "69"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]69[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220961"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.928789616094036"
                atv                     =   "49.34976947997466"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220961);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "74"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]74[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220962"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.79407082073226"
                atv                     =   "64.7131345953197"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220962);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "134"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]134[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220963"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.82393179269104"
                atv                     =   "62.99548874395308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220963);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "132"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]132[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220964"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.03577245806554"
                atv                     =   "60.821050294241346"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220964);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "131"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]131[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220965"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "52.60221543165136"
                atv                     =   "58.274165354647245"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220965);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "129"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]129[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220966"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "22.951007590968004"
                atv                     =   "56.38912489604928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220966);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "149"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]149[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220967"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "31.41886159433909"
                atv                     =   "55.41609017922935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220967);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "148"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]148[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220968"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "7.888957251404975"
                atv                     =   "66.62903534364989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220968);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "138"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]138[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220969"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-12.938305251581028"
                atv                     =   "65.26892199614367"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220969);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "142"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]142[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220970"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-25.020437088334575"
                atv                     =   "62.446296763113125"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220970);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "143"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]143[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220971"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "63.440154098895505"
                atv                     =   "66.85138364056505"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220971);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "117"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]117[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220972"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-34.717438164721216"
                atv                     =   "70.98433965624598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220972);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "127"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]127[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220973"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.08949651111908"
                atv                     =   "63.394213599270195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220973);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "115"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]115[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220974"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.27707310998835"
                atv                     =   "70.20118689851239"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220974);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "119"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]119[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220975"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.3539295574339"
                atv                     =   "73.00203275621999"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220975);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "121"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]121[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220976"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.930734359760152"
                atv                     =   "75.43651617973626"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220976);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "123"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]123[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220977"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-8.422525973375969"
                atv                     =   "74.81465262021756"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220977);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "124"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]124[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220978"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-22.54251222993878"
                atv                     =   "73.25000570571062"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220978);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "125"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]125[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220979"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.84698216982855"
                atv                     =   "68.60545231200562"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220979);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "128"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]128[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220980"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "81.81415875261905"
                atv                     =   "57.129514413139105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220980);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220981"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.4471188274072"
                atv                     =   "63.052673929111144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220981);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220982"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.92838955148966"
                atv                     =   "59.120443341510345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220982);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220983"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.48481942139821"
                atv                     =   "55.56135190321461"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220983);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220984"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.85986800473461"
                atv                     =   "52.977201182678044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220984);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220985"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "96.94916415468495"
                atv                     =   "49.56124654793526"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220985);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220986"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "97.04341545965394"
                atv                     =   "47.10486145505817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220986);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220987"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "97.27609224431257"
                atv                     =   "45.2757634175766"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220987);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220988"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "97.11638715881656"
                atv                     =   "43.32049867561636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220988);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220989"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "87.89845992718256"
                atv                     =   "42.99897690587014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220989);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220990"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "87.50591678572016"
                atv                     =   "45.141345627486174"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220990);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220991"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "87.07526430911275"
                atv                     =   "47.37108917920199"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220991);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220992"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "85.13625556965104"
                atv                     =   "51.270535516926046"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220992);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220993"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "84.07837303015413"
                atv                     =   "54.18578667101851"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220993);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220994"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.34766164691314"
                atv                     =   "41.6323311459038"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220994);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220995"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "78.3143318334524"
                atv                     =   "43.39381118476253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220995);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220996"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.65678012338151"
                atv                     =   "44.60164540488717"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220996);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "58"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]58[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220997"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "74.03786752211244"
                atv                     =   "49.77075211111983"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220997);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "59"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]59[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220998"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.65231114018559"
                atv                     =   "52.2071203896286"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220998);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "61"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]61[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_220999"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.97446123448844"
                atv                     =   "55.03886861831928"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_220999);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "63"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]63[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221000"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "122.62925647743756"
                atv                     =   "52.96502482666911"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221000);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221001"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "125.75490285886517"
                atv                     =   "56.24403751288358"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221001);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221002"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "127.9361609418022"
                atv                     =   "58.10581436755043"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221002);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221003"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "124.07187523408274"
                atv                     =   "54.546294521722295"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221003);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221004"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "121.40444334860058"
                atv                     =   "51.0585605181761"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221004);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221005"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "118.24089024840018"
                atv                     =   "47.548440104248684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221005);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221006"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "117.31482766994549"
                atv                     =   "46.218483995818104"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221006);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221007"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.46330284689759"
                atv                     =   "44.790493976789804"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221007);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221008"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "115.38408785843077"
                atv                     =   "43.314746590996954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221008);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221009"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "114.64873073425568"
                atv                     =   "41.63844961534631"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221009);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221010"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "110.93123480802754"
                atv                     =   "59.24538681301931"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221010);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221011"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "109.39044444665032"
                atv                     =   "55.659324077257885"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221011);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221012"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "108.1809742730187"
                atv                     =   "52.53544801016782"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221012);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221013"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "106.81434461201434"
                atv                     =   "47.42223918671166"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221013);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221014"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "105.98280466116685"
                atv                     =   "44.905057883301254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221014);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221015"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "105.36974791531696"
                atv                     =   "42.55514001935331"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221015);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221016"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-129.77082214212987"
                atv                     =   "68.37107250691989"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221016);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "100"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]100[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221017"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-137.52786572928602"
                atv                     =   "70.33496867521164"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221017);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "101"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]101[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221018"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-151.22644784062663"
                atv                     =   "72.3167591053502"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221018);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "99"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]99[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221019"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-161.87727166806047"
                atv                     =   "73.26444426463854"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221019);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "98"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]98[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221020"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-174.02043544445579"
                atv                     =   "73.720952090421"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221020);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "97"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]97[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221021"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-104.47177410986154"
                atv                     =   "73.141434981144"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221021);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "114"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]114[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221022"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-108.69395092379438"
                atv                     =   "76.47637485870533"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221022);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "113"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]113[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221023"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.08480521399113"
                atv                     =   "79.14394836401605"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221023);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "112"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]112[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221024"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-139.83500458491028"
                atv                     =   "82.43805276464516"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221024);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "111"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]111[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221025"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-170.60787107810577"
                atv                     =   "84.0463893144218"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221025);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "109"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]109[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221026"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "161.38148484833908"
                atv                     =   "71.35865113063632"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221026);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "96"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]96[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221027"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "151.9659802267788"
                atv                     =   "69.48608710152074"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221027);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "93+1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]93+1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221028"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "144.3555326357868"
                atv                     =   "67.26436753758685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221028);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "93"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]93[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221029"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "138.20973420363705"
                atv                     =   "64.95201384482964"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221029);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "91"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]91[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221030"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "132.35149170515302"
                atv                     =   "62.05043499733089"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221030);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "90"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]90[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221031"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "130.71296710535265"
                atv                     =   "79.2588452636975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221031);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "107"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]107[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221032"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "122.54017983415517"
                atv                     =   "75.17287815186202"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221032);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "106"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]106[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221033"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.38718432561893"
                atv                     =   "71.5555226805273"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221033);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "104"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]104[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221034"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "113.53452691613282"
                atv                     =   "68.38375910771825"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221034);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "103"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.77);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]103[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221035"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-97.62410523096094"
                atv                     =   "21.970569100336984"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221035);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯1期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;1&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12702"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221036"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-147.8046327580006"
                atv                     =   "35.53393439171188"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221036);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "振东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]振&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221037"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "43.06792770519996"
                atv                     =   "19.24523042147745"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221037);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "靖海之星幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;海&lt;br/&gt;之&lt;br/&gt;星&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221038"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "14.73611157688083"
                atv                     =   "24.539424110535386"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221038);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "锦绣汇丽苑四街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;绣&lt;br/&gt;汇&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;四&lt;br/&gt;街&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221039"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "3.1932584483609503"
                atv                     =   "19.693567716599862"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221039);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富强小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;强&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221040"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-8.821489375632325"
                atv                     =   "16.875372550787336"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221040);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康敏苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;敏&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221041"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-45.155222590570986"
                atv                     =   "17.667793488956132"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221041);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "交通新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]交&lt;br/&gt;通&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221042"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-39.36370175511439"
                atv                     =   "12.536572814268922"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221042);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "绿缘新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]绿&lt;br/&gt;缘&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221043"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-135.8661245251167"
                atv                     =   "19.68364172020306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221043);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "生态绿地公园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]生&lt;br/&gt;态&lt;br/&gt;绿&lt;br/&gt;地&lt;br/&gt;公&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221044"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.9079080825666"
                atv                     =   "7.468907300683174"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221044);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丹桂佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丹&lt;br/&gt;桂&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221045"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "92.24743392546742"
                atv                     =   "40.58735067552697"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221045);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖海南路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]靖海南路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221046"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-178.6249983536468"
                atv                     =   "27.976003150812637"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221046);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "慧园路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]慧园路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221047"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "84.67308563540479"
                atv                     =   "17.12613320498797"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221047);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯3期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;3&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12704"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221048"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "81.7681363595322"
                atv                     =   "2.5036873497381404"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221048);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "惠南东站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;东&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12726"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221049"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "21.260704338835126"
                atv                     =   "0.8338392334821204"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221049);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "东城区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12706"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221050"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-27.793241838333415"
                atv                     =   "1.0155691222033043"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221050);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "民乐城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12695"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221051"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-60.97353861534742"
                atv                     =   "2.303655733112064"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221051);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "听潮板块"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;板&lt;br/&gt;块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12727"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12703">
                                </hotspot>
                        <hotspot name               =   "spot_221052"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-84.87484429140426"
                atv                     =   "2.732065618915144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221052);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "听潮南路"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;南&lt;br/&gt;路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12730"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12703">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4963"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="153.16457131814" atv="23.410426798177" />
                                        <point ath="134.77742457023" atv="32.68147506763" />
                                        <point ath="112.84775196667" atv="38.338687474606" />
                                        <point ath="89.88091211575" atv="39.917985211205" />
                                        <point ath="64.889236148478" atv="36.638951919201" />
                                        <point ath="57.439794507718" atv="34.716855875916" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4964"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="47.716261964283" atv="30.944193087232" />
                                        <point ath="41.368515436306" atv="27.234229064298" />
                                        <point ath="35.223557262119" atv="24.288225931402" />
                                        <point ath="28.953057801024" atv="20.616582535438" />
                                        <point ath="23.742081077588" atv="17.211100798258" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4965"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-140.39100073007" atv="24.198891126259" />
                                        <point ath="-155.83896166756" atv="26.845492967071" />
                                        <point ath="-170.45060110063" atv="27.875967477242" />
                                        <point ath="168.72671440495" atv="26.406815124449" />
                                        <point ath="149.87243443222" atv="22.504707405657" />
                                        <point ath="134.60835743462" atv="17.288653677269" />
                                        <point ath="125.58779961773" atv="13.386050055816" />
                                        <point ath="123.58629099588" atv="12.667625883635" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12704"
            title                       =   "布鲁斯3期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/4e8564319fb70385/thumb.jpg"
            fenzuid                     =   "4435"
            parent_fenzuid              =   "4434"
            lat                         =   "31.035088"
            lng                         =   "121.764942"
            heading                     =   ""
            scene_id                    =   "12704"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "3.1189730376422"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "3.1189730376422"
                vlookat                 =   "63.94713997434"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/4e8564319fb70385/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e8564319fb70385/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e8564319fb70385/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e8564319fb70385/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e8564319fb70385/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/4e8564319fb70385/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_221053"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.186205933454865"
                atv                     =   "90"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221053);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "布鲁斯3期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]布鲁斯3期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221054"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-147.57449796951016"
                atv                     =   "58.843372119040126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221054);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221055"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-132.7062928748374"
                atv                     =   "54.21093777019243"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221055);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221056"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-111.14291730809086"
                atv                     =   "40.33269044434871"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221056);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221057"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-117.77930600913749"
                atv                     =   "45.61308865906724"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221057);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221058"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-84.0779538499018"
                atv                     =   "44.07167816468271"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221058);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221059"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-85.56370089573397"
                atv                     =   "49.978707162812"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221059);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221060"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-88.62046706900514"
                atv                     =   "64.40165605825277"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221060);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221061"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-95.53207115964551"
                atv                     =   "74.7080013824334"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221061);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221062"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-61.85447221446793"
                atv                     =   "39.95704490739214"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221062);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221063"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-58.39101101627972"
                atv                     =   "44.07615544191782"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221063);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221064"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.12230909513494"
                atv                     =   "57.29102397283377"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221064);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221065"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.300455091475385"
                atv                     =   "63.865969721822076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221065);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221066"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-36.71954612505971"
                atv                     =   "39.87993463265703"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221066);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221067"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-29.154976478772596"
                atv                     =   "43.266464602154926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221067);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221068"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.71025553041045"
                atv                     =   "46.14179656513551"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221068);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221069"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "39.402401667234926"
                atv                     =   "28.848366564215308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221069);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221070"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "17.858949196425556"
                atv                     =   "32.36544004053376"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221070);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "47"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221071"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "80.81866864333313"
                atv                     =   "26.526822821886253"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221071);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221072"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "78.54016884920918"
                atv                     =   "28.897845357429023"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221072);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221073"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "75.47282015429113"
                atv                     =   "31.96176708049807"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221073);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221074"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "60.14208480777438"
                atv                     =   "47.229945394988995"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221074);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221075"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.49795505557887"
                atv                     =   "53.268010071045026"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221075);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221076"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-16.48492797778988"
                atv                     =   "30.815847575679832"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221076);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221077"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.32995335464301"
                atv                     =   "27.313872547503"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221077);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "50"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]50[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221078"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "25.85344614629014"
                atv                     =   "31.496595620669307"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221078);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "48"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]48[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221079"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-10.152906791350347"
                atv                     =   "31.566760730086386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221079);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221080"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-22.108931231346844"
                atv                     =   "29.15704104718822"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221080);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221081"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-150.14105753783008"
                atv                     =   "42.32166799211643"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221081);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221082"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-140.7815623689316"
                atv                     =   "40.39198729959806"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221082);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221083"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-133.7409970343095"
                atv                     =   "38.39620474906711"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221083);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221084"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "139.45929512059274"
                atv                     =   "12.471227955839598"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221084);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221085"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "110.88214770662537"
                atv                     =   "30.44244916738018"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221085);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221086"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "112.51943021389968"
                atv                     =   "34.35470480550105"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221086);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221087"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "121.6914383042432"
                atv                     =   "49.39726260433816"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221087);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221088"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "132.75990144112433"
                atv                     =   "60.526565923179604"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221088);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221089"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "167.37970026206682"
                atv                     =   "40.88695689439312"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221089);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221090"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "158.84179806509866"
                atv                     =   "38.71022259675625"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221090);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221091"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "146.34030685957816"
                atv                     =   "33.80304644356127"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221091);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221092"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "141.81585445356058"
                atv                     =   "31.75539059921998"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221092);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221093"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "134.10294878039616"
                atv                     =   "29.06165443458284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221093);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221094"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "131.46607031506238"
                atv                     =   "27.283468915903722"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221094);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221095"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "128.56454372194588"
                atv                     =   "25.43121233012838"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221095);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221096"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-96.90109154566119"
                atv                     =   "11.554753122128854"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221096);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯1期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;1&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12702"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221097"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-77.95805021848258"
                atv                     =   "23.106408063711136"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221097);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "布鲁斯2期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;2&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12703"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221098"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-111.72269698644382"
                atv                     =   "17.892996036308325"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221098);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "振东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]振&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221099"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/35a459faeb259353be3c00aa969a9ed0.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.157936642450011"
                atv                     =   "25.31763981649295"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221099);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "靖海之星幼儿园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]靖&lt;br/&gt;海&lt;br/&gt;之&lt;br/&gt;星&lt;br/&gt;幼&lt;br/&gt;儿&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221100"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-50.78520190319563"
                atv                     =   "16.571013409174224"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221100);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "锦绣汇丽苑四街坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]锦&lt;br/&gt;绣&lt;br/&gt;汇&lt;br/&gt;丽&lt;br/&gt;苑&lt;br/&gt;四&lt;br/&gt;街&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221101"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.41146530367217"
                atv                     =   "16.025549663212004"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221101);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富强小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;强&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221102"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-41.0866574568098"
                atv                     =   "12.2696776334156"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221102);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康敏苑西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;敏&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221103"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.847597383570417"
                atv                     =   "13.695939119707527"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221103);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "康敏苑东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]康&lt;br/&gt;敏&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221104"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-63.579430814479565"
                atv                     =   "11.445091353783392"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221104);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "交通新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]交&lt;br/&gt;通&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221105"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-55.789729825039444"
                atv                     =   "9.423876107402302"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_221105);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "绿缘新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]绿&lt;br/&gt;缘&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221106"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-74.3983000474477"
                atv                     =   "45.0226260415126"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221106);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "靖海南路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]靖海南路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                        <hotspot name               =   "spot_221107"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-44.899787614272725"
                atv                     =   "25.844607921404574"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_221107);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "迎熏路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]迎熏路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12704">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_4966"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-14.393868016657" atv="15.558165814576" />
                                        <point ath="-19.634887762252" atv="19.91871937605" />
                                        <point ath="-23.296544498945" atv="23.057998216483" />
                                        <point ath="-29.233113278571" atv="27.947290482098" />
                                        <point ath="-38.897218694629" atv="33.68451432716" />
                                        <point ath="-57.395558620679" atv="40.754068647432" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4967"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-65.075715202483" atv="42.69003659237" />
                                        <point ath="-78.977945311725" atv="44.648556365453" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4968"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-86.865395076641" atv="44.975106806126" />
                                        <point ath="-93.898689013159" atv="45.009467792149" />
                                        <point ath="-100.60859503847" atv="44.718865892747" />
                                        <point ath="-106.74991625628" atv="43.848241498777" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4969"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-115.61446932361" atv="41.841507981551" />
                                        <point ath="-123.80001165331" atv="39.218938265818" />
                                        <point ath="-129.48061418668" atv="36.973098300679" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4970"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-132.71115419441" atv="35.513675449821" />
                                        <point ath="-150.63879384656" atv="24.158305050021" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4971"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-48.960513688397" atv="23.530953358129" />
                                        <point ath="-40.161842232941" atv="27.494416445427" />
                                        <point ath="-35.678912674332" atv="28.995605600894" />
                                        <point ath="-27.180916969526" atv="31.08174028616" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4972"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-2.4074172757408" atv="34.416282385267" />
                                        <point ath="11.940311060298" atv="34.02045657757" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4973"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="30.300239582425" atv="31.381660707781" />
                                        <point ath="33.642569174378" atv="30.703477857747" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_4974"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="48.079844383823" atv="25.567205790065" />
                                        <point ath="56.566326517671" atv="21.755502044838" />
                                        <point ath="61.833355824145" atv="19.089302815152" />
                                        <point ath="68.130952326658" atv="15.586146254502" />
                                        <point ath="73.016792018558" atv="12.558841497589" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12726"
            title                       =   "惠南东站"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/330c43a06040bedd/thumb.jpg"
            fenzuid                     =   "4439"
            parent_fenzuid              =   "4438"
            lat                         =   "31.036878"
            lng                         =   "121.778684"
            heading                     =   ""
            scene_id                    =   "12726"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-38.733401810411"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-38.733401810411"
                vlookat                 =   "56.035052261733"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/330c43a06040bedd/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/330c43a06040bedd/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/330c43a06040bedd/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/330c43a06040bedd/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/330c43a06040bedd/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/330c43a06040bedd/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222403"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "151.52188977262176"
                atv                     =   "25.543945421138623"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222403);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "港城·云樾观海"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]港&lt;br/&gt;城&lt;br/&gt;·&lt;br/&gt;云&lt;br/&gt;樾&lt;br/&gt;观&lt;br/&gt;海[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222404"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/9f797029d80a428e75a6a0af551902f9.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-162.56126720476158"
                atv                     =   "33.76932135991759"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222404);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "惠南社区卫生服务中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(208, 2, 27, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;社&lt;br/&gt;区&lt;br/&gt;卫&lt;br/&gt;生&lt;br/&gt;服&lt;br/&gt;务&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222405"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-156.31202547643227"
                atv                     =   "20.35543152841328"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222405);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇民新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;民&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222406"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "27.197100956312397"
                atv                     =   "28.819249911233275"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222406);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "华实佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;实&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12725"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222407"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-40.493258841185025"
                atv                     =   "42.416501214238686"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222407);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海思博职业技术学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;思&lt;br/&gt;博&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;技&lt;br/&gt;术&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222408"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-176.4273225623307"
                atv                     =   "10.474616470751844"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222408);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "黄路学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]黄&lt;br/&gt;路&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222409"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.92024710004947"
                atv                     =   "13.890957672324861"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222409);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "幸福公寓"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]幸&lt;br/&gt;福&lt;br/&gt;公&lt;br/&gt;寓[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222410"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.579911891183428"
                atv                     =   "19.292084016696126"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222410);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丰谷佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;谷&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222411"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.15977756159691"
                atv                     =   "13.112709726033154"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222411);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海兴伟学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;兴&lt;br/&gt;伟&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222412"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.092410426056233"
                atv                     =   "10.35966601037295"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222412);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海志通进修学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;志&lt;br/&gt;通&lt;br/&gt;进&lt;br/&gt;修&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222413"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "6.113331044933204"
                atv                     =   "9.880166832635657"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222413);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "龙源星城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;源&lt;br/&gt;星&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222414"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-5.329204936696669"
                atv                     =   "9.916702421879814"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222414);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222415"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-11.632227076807453"
                atv                     =   "15.087221983576217"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222415);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]煌&lt;br/&gt;烘&lt;br/&gt;雅&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222416"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "8.645022839299031"
                atv                     =   "65.27500820002037"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222416);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "观海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]观海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222417"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-99.98506884582991"
                atv                     =   "48.06969716192953"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222417);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "迎熏路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]迎熏路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222418"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-50.14276606315104"
                atv                     =   "1.7069879493190596"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222418);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "民乐城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12695"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222419"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-72.64745753865083"
                atv                     =   "3.138030985669634"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222419);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮板块"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;板&lt;br/&gt;块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12727"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222420"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-84.43798974900898"
                atv                     =   "3.100036458851602"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222420);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮南路"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;南&lt;br/&gt;路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12730"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222421"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-23.019696742412123"
                atv                     =   "4.613224167974231"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222421);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "东城区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12706"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12726">
                                </hotspot>
                        <hotspot name               =   "spot_222422"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-89.14113551471445"
                atv                     =   "6.9302442537054505"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222422);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "布鲁斯小镇"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;小&lt;br/&gt;镇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12705"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12726">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5035"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="179.62154559272" atv="18.618501225907" />
                                        <point ath="178.48575602287" atv="31.955666607896" />
                                        <point ath="176.85677495103" atv="49.434741496451" />
                                        <point ath="171.82038012783" atv="71.729172929264" />
                                        <point ath="90.275552078693" atv="86.263268089527" />
                                        <point ath="3.2733744692488" atv="29.280532585326" />
                                        <point ath="2.418995772071" atv="15.88778993028" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5036"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="166.53243710341" atv="77.113751299217" />
                                        <point ath="-139.0039422194" atv="74.654926776439" />
                                        <point ath="-96.506862289676" atv="40.149518930404" />
                                        <point ath="-90.60897421377" atv="20.215639315943" />
                                        <point ath="-88.308631813358" atv="10.150315813474" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12725"
            title                       =   "华实佳苑"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/7a631fd2fc282324/thumb.jpg"
            fenzuid                     =   "4439"
            parent_fenzuid              =   "4438"
            lat                         =   "31.041464"
            lng                         =   "121.780423"
            heading                     =   ""
            scene_id                    =   "12725"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "-2.2435929671626"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "-2.2435929671626"
                vlookat                 =   "56.994063033773"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/7a631fd2fc282324/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7a631fd2fc282324/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7a631fd2fc282324/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7a631fd2fc282324/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7a631fd2fc282324/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/7a631fd2fc282324/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222391"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-157.34640751690017"
                atv                     =   "70.40032964420976"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222391);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "华实佳苑"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]华实佳苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222392"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "19.110957044031863"
                atv                     =   "44.59410524005937"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222392);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "丰谷佳苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]丰&lt;br/&gt;谷&lt;br/&gt;佳&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222393"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "43.1951812368834"
                atv                     =   "17.43351266104439"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222393);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海兴伟学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;兴&lt;br/&gt;伟&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222394"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-43.86893196706211"
                atv                     =   "18.190136766134273"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222394);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "煌烘雅墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]煌&lt;br/&gt;烘&lt;br/&gt;雅&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222395"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-26.849773137925183"
                atv                     =   "12.811246248499888"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222395);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院南校区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院&lt;br/&gt;南&lt;br/&gt;校&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222396"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-17.120075765956074"
                atv                     =   "8.283140440508511"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222396);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海工商外国语职业学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;工&lt;br/&gt;商&lt;br/&gt;外&lt;br/&gt;国&lt;br/&gt;语&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222397"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "0.15986509159029083"
                atv                     =   "10.22032010942499"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222397);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "龙源星城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]龙&lt;br/&gt;源&lt;br/&gt;星&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222398"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "10.04536806162207"
                atv                     =   "12.435246393242622"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222398);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海志通进修学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;志&lt;br/&gt;通&lt;br/&gt;进&lt;br/&gt;修&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222399"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/c255ba1ea5140cc5425c88e044e2c14b.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-113.19634471683611"
                atv                     =   "21.634182362664642"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222399);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "上海思博职业技术学院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]上&lt;br/&gt;海&lt;br/&gt;思&lt;br/&gt;博&lt;br/&gt;职&lt;br/&gt;业&lt;br/&gt;技&lt;br/&gt;术&lt;br/&gt;学&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222400"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "179.33206468300432"
                atv                     =   "7.8120685046185905"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222400);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "港城·云樾观海"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]港&lt;br/&gt;城&lt;br/&gt;·&lt;br/&gt;云&lt;br/&gt;樾&lt;br/&gt;观&lt;br/&gt;海[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222401"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-85.61712185842788"
                atv                     =   "48.41597794056802"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222401);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "观海路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]观海路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                        <hotspot name               =   "spot_222402"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-56.094651206786125"
                atv                     =   "20.81981139937364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222402);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "沪南公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]沪南公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12725">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5025"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-57.911271123167" atv="43.293635798342" />
                                        <point ath="-34.809355828048" atv="32.537181915302" />
                                        <point ath="-23.67635974531" atv="24.44639565507" />
                                        <point ath="-10.965626790472" atv="12.592807081772" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5026"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-118.85933511832" atv="43.755882954163" />
                                        <point ath="-91.404110810501" atv="47.71714661894" />
                                        <point ath="-67.386387095326" atv="45.651733612118" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5027"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-133.13678618809" atv="38.358492091925" />
                                        <point ath="-126.32006899649" atv="41.279943818138" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5028"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-141.52460135115" atv="33.916707496063" />
                                        <point ath="-139.18818895137" atv="35.269254172673" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5029"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-149.59782465793" atv="28.458416923036" />
                                        <point ath="-147.79683418034" atv="29.885947833847" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5030"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-164.11633181078" atv="15.852558437555" />
                                        <point ath="-159.51510729189" atv="20.277650548393" />
                                        <point ath="-154.06873081151" atv="25.17356015347" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5031"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-26.026799522775" atv="32.22742791854" />
                                        <point ath="-38.290512707247" atv="28.616525044948" />
                                        <point ath="-49.740769068732" atv="23.906391017436" />
                                        <point ath="-57.602483009108" atv="19.949103369745" />
                                        <point ath="-64.818739550038" atv="15.812669838254" />
                                        <point ath="-70.002495372851" atv="12.442691149223" />
                                        <point ath="-73.445440227745" atv="10.040143399231" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5032"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-3.6454314651415" atv="35.213228758898" />
                                        <point ath="12.793959871296" atv="34.843896186939" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5033"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="33.279611448451" atv="31.229663806566" />
                                        <point ath="36.24541452867" atv="30.370724340849" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5034"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="50.577970629491" atv="25.112663476647" />
                                        <point ath="58.842029260226" atv="21.111339709683" />
                                        <point ath="65.424511341265" atv="17.109542539389" />
                                        <point ath="70.171637798372" atv="14.053230745646" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12727"
            title                       =   "听潮板块"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/ebaf0446f973726d/thumb.jpg"
            fenzuid                     =   "4441"
            parent_fenzuid              =   "4440"
            lat                         =   "31.048896"
            lng                         =   "121.739652"
            heading                     =   ""
            scene_id                    =   "12727"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "1.2467556748717"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "1.2467556748717"
                vlookat                 =   "47.862709049897"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/ebaf0446f973726d/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ebaf0446f973726d/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ebaf0446f973726d/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ebaf0446f973726d/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ebaf0446f973726d/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/ebaf0446f973726d/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222423"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-0.7495801177623499"
                atv                     =   "72.0195929623245"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222423);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮四村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;四&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222424"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/6b86c1cc0eed22c6838d97270b04538c.png"
                                        renderer                =   "webgl"
                                    ath                     =   "79.33588778137766"
                atv                     =   "31.955108126482457"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222424);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建平南汇实验学校"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;平&lt;br/&gt;南&lt;br/&gt;汇&lt;br/&gt;实&lt;br/&gt;验&lt;br/&gt;学&lt;br/&gt;校[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222425"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "123.3022328964665"
                atv                     =   "28.52549283503052"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222425);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮五村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;五&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222426"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "159.47461722202027"
                atv                     =   "63.30275991647416"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222426);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮六村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;六&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222427"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-164.84511081010967"
                atv                     =   "46.96775996903161"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222427);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "逸夫小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]逸&lt;br/&gt;夫&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222428"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-145.80504576157935"
                atv                     =   "13.822615210813641"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222428);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "润业大厦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]润&lt;br/&gt;业&lt;br/&gt;大&lt;br/&gt;厦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222429"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-136.5808318913482"
                atv                     =   "35.222911180499324"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222429);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "水岸家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;岸&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222430"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-73.3433517557487"
                atv                     =   "31.420595079843498"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222430);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西门锦绣苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;门&lt;br/&gt;锦&lt;br/&gt;绣&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222431"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-83.33232071037884"
                atv                     =   "18.364341375069134"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222431);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西门锦绣苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;门&lt;br/&gt;锦&lt;br/&gt;绣&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222432"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-4.992375010627143"
                atv                     =   "33.660235202184715"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222432);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮二邨"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;二&lt;br/&gt;邨[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222433"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "41.824699039230495"
                atv                     =   "25.580377674920502"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222433);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮一村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;一&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222434"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-0.4580520642467718"
                atv                     =   "21.491419003722676"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222434);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮民乐苑零二坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;苑&lt;br/&gt;零&lt;br/&gt;二&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222435"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "26.70349033169549"
                atv                     =   "18.619770848274452"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222435);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮民乐苑零一坊"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;民&lt;br/&gt;乐&lt;br/&gt;苑&lt;br/&gt;零&lt;br/&gt;一&lt;br/&gt;坊[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222436"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:23px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "44.33972006207108"
                atv                     =   "15.406646219394137"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222436);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "体育中心"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]体&lt;br/&gt;育&lt;br/&gt;中&lt;br/&gt;心[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222437"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.293601363264315"
                atv                     =   "13.413687118133277"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222437);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "文化新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]文&lt;br/&gt;化&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222438"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "62.11344974775841"
                atv                     =   "12.395425734737719"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222438);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "金力时代广场"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]金&lt;br/&gt;力&lt;br/&gt;时&lt;br/&gt;代&lt;br/&gt;广&lt;br/&gt;场[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222439"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "70.09217664145638"
                atv                     =   "15.992554080434905"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222439);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西北新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;北&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222440"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.87334157973669"
                atv                     =   "16.79479853038841"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222440);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "华盛新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]华&lt;br/&gt;盛&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222441"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "100.84190815225577"
                atv                     =   "16.0485734246421"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222441);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西南新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;南&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222442"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "111.91010162206928"
                atv                     =   "21.43986243300115"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222442);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "彩虹园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222443"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "129.6207690064746"
                atv                     =   "13.88121650170285"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222443);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江南清漪园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;南&lt;br/&gt;清&lt;br/&gt;漪&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222444"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-175.82036252974547"
                atv                     =   "14.30795268451146"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222444);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "中汇花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;汇&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222445"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-171.91686911253038"
                atv                     =   "10.923544725284472"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222445);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泰燕华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泰&lt;br/&gt;燕&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222446"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-150.91475416151053"
                atv                     =   "10.269262662884987"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222446);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦东禹悦汇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;东&lt;br/&gt;禹&lt;br/&gt;悦&lt;br/&gt;汇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222447"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-141.42482591573534"
                atv                     =   "14.335499442414733"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222447);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南沙别墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;沙&lt;br/&gt;别&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222448"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-6.0233963686139305"
                atv                     =   "13.275582731988909"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222448);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "建欣苑西苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]建&lt;br/&gt;欣&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222449"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "5.8756232913588065"
                atv                     =   "12.3431715526801"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222449);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "民乐城建欣苑东苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;建&lt;br/&gt;欣&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222450"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "22.279359704159106"
                atv                     =   "13.98345025540135"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222450);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "汇景名苑"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]汇&lt;br/&gt;景&lt;br/&gt;名&lt;br/&gt;苑[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222451"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-22.57996478680792"
                atv                     =   "14.466452784325488"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222451);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "彩虹雅苑东区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;东&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222452"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-36.163368787814875"
                atv                     =   "11.72132899243837"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222452);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "彩虹雅苑西区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;雅&lt;br/&gt;苑&lt;br/&gt;西&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222453"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "153.98682565525908"
                atv                     =   "84.40795986515805"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222453);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "人民西路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]人民西路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222454"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-46.37379248637717"
                atv                     =   "44.727526688913684"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222454);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听潮路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听潮路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222455"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.987041789921648"
                atv                     =   "3.75279045446869"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222455);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "民乐城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12695"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222456"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "122.37158931743735"
                atv                     =   "4.400512603311398"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222456);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "布鲁斯小镇"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;小&lt;br/&gt;镇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12705"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222457"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "107.94628983733861"
                atv                     =   "2.292880768043544"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222457);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "惠南东站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;东&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12726"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222458"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "71.29249502009225"
                atv                     =   "3.0212037761091017"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222458);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "东城区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12706"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222459"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-165.3019497782276"
                atv                     =   "8.005856375538505"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222459);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮南路"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;南&lt;br/&gt;路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12730"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12727">
                                </hotspot>
                        <hotspot name               =   "spot_222460"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "173.81033913381737"
                atv                     =   "16.500577093503935"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222460);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "博佳花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]博&lt;br/&gt;佳&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12728"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12727">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5037"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="92.512768410052" atv="22.267294575648" />
                                        <point ath="94.801785849081" atv="48.688877445441" />
                                        <point ath="-101.24341935962" atv="69.826077140491" />
                                        <point ath="-93.782323407304" atv="48.53560521861" />
                                        <point ath="-93.007919018911" atv="39.981136482966" />
                                        <point ath="-93.133739184838" atv="32.474285059825" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5038"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-14.503181950101" atv="18.585678408311" />
                                        <point ath="-20.320035761041" atv="24.832979320933" />
                                        <point ath="-27.977240465455" atv="31.859454122934" />
                                        <point ath="-37.060299639599" atv="38.535480983514" />
                                        <point ath="-48.670610453648" atv="45.238347942659" />
                                        <point ath="-68.146560792343" atv="51.217912918716" />
                                        <point ath="-102.4688320032" atv="52.706358189135" />
                                        <point ath="-125.86913518981" atv="47.573602070207" />
                                        <point ath="-139.05974656701" atv="41.472291801031" />
                                        <point ath="-150.87364831436" atv="33.142548056816" />
                                        <point ath="-162.39810835637" atv="21.686259902643" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12730"
            title                       =   "听潮南路"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/6b86bf17651d25f6/thumb.jpg"
            fenzuid                     =   "4443"
            parent_fenzuid              =   "4442"
            lat                         =   "31.038170"
            lng                         =   "121.736862"
            heading                     =   ""
            scene_id                    =   "12730"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "4.190428611083"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "4.190428611083"
                vlookat                 =   "54.455763539815"
                fovtype                 =   "MFOV"
                fov                     =   "120"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/6b86bf17651d25f6/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6b86bf17651d25f6/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6b86bf17651d25f6/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6b86bf17651d25f6/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6b86bf17651d25f6/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/6b86bf17651d25f6/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222576"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "57.562155012147855"
                atv                     =   "48.90389304136381"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222576);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泰燕华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泰&lt;br/&gt;燕&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222577"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "32.4375118321301"
                atv                     =   "29.868879763774807"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222577);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "中汇花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;汇&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222578"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "48.20917950792665"
                atv                     =   "22.771346805472977"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222578);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "衡山人寿堂养护院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]衡&lt;br/&gt;山&lt;br/&gt;人&lt;br/&gt;寿&lt;br/&gt;堂&lt;br/&gt;养&lt;br/&gt;护&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222579"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.87361194676282"
                atv                     =   "31.75327175241646"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222579);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富成别墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;成&lt;br/&gt;别&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222580"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-66.21798679242556"
                atv                     =   "29.509238107790193"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222580);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新城迎薰路215弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;迎&lt;br/&gt;薰&lt;br/&gt;路&lt;br/&gt;2&lt;br/&gt;1&lt;br/&gt;5&lt;br/&gt;弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222581"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-25.838781341974027"
                atv                     =   "25.9781917065582"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222581);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦东禹悦汇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;东&lt;br/&gt;禹&lt;br/&gt;悦&lt;br/&gt;汇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222582"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.14160640877824"
                atv                     =   "20.995145265903915"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222582);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "城南小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222583"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.441239160690202"
                atv                     =   "13.53941875542612"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222583);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮六村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;六&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222584"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "14.678935811262932"
                atv                     =   "13.400291868375495"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222584);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "逸夫小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]逸&lt;br/&gt;夫&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222585"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "3.3938385399675894"
                atv                     =   "13.89776701408461"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222585);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "水岸家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;岸&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222586"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "33.71008659499938"
                atv                     =   "11.837214438716005"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222586);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮五村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;五&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222587"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "55.616177364490795"
                atv                     =   "11.51974101497328"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222587);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江南清漪园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;南&lt;br/&gt;清&lt;br/&gt;漪&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222588"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "40.75423273305586"
                atv                     =   "10.710324082364785"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222588);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "彩虹园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222589"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-13.824670528201864"
                atv                     =   "19.14922962490924"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222589);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "润业大厦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]润&lt;br/&gt;业&lt;br/&gt;大&lt;br/&gt;厦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222590"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.326044965844005"
                atv                     =   "59.72372497914548"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222590);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听潮路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听潮路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222591"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-81.9732135952832"
                atv                     =   "50.968485715230514"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222591);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "迎熏路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]迎熏路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222592"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "26.756255765748165"
                atv                     =   "18.533507665028903"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222592);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "博佳花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]博&lt;br/&gt;佳&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12728"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222593"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-109.9907270533929"
                atv                     =   "38.47947458031328"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222593);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "一方新城一二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]一&lt;br/&gt;方&lt;br/&gt;新&lt;br/&gt;城&lt;br/&gt;一&lt;br/&gt;二&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12731"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222594"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-7.2818012137789765"
                atv                     =   "35.39142552721294"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222594);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "听潮豪园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;豪&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12729"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222595"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "20.075775730033854"
                atv                     =   "9.852323357551308"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222595);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "听潮板块"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;板&lt;br/&gt;块[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12727"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222596"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "13.709108847975585"
                atv                     =   "2.498024954582858"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222596);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "民乐城商圈"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]民&lt;br/&gt;乐&lt;br/&gt;城&lt;br/&gt;商&lt;br/&gt;圈[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12695"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222597"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "90.40124953088264"
                atv                     =   "3.0006666102581114"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222597);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "惠南东站"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]惠&lt;br/&gt;南&lt;br/&gt;东&lt;br/&gt;站[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12726"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222598"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "54.71163521597151"
                atv                     =   "2.409484334032144"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222598);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "东城区"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]东&lt;br/&gt;城&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12706"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                        <hotspot name               =   "spot_222599"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20211223/da2fae1ad91ca2d746cedb77a9eababd.png"
                                        renderer                =   "webgl"
                                    ath                     =   "94.34040748163565"
                atv                     =   "5.28969140831967"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222599);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "1"
                text                    =   "布鲁斯小镇"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]布&lt;br/&gt;鲁&lt;br/&gt;斯&lt;br/&gt;小&lt;br/&gt;镇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12705"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12730">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5043"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "9"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="12.019937198173" atv="26.411185296173" />
                                        <point ath="12.577550109084" atv="50.488947350619" />
                                        <point ath="-179.50961749503" atv="79.780678770226" />
                                        <point ath="-170.51703814038" atv="48.67576823897" />
                                        <point ath="-171.68284304207" atv="38.474544745077" />
                                        <point ath="-175.73198358458" atv="15.95247127858" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5044"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="90.997006568214" atv="44.567026801419" />
                                        <point ath="86.818698105305" atv="66.753134647844" />
                                        <point ath="-43.269612488418" atv="85.343287946905" />
                                        <point ath="-80.164518719963" atv="61.506680983313" />
                                        <point ath="-83.792658471366" atv="33.953696487234" />
                                        <point ath="-84.459988786734" atv="24.737573976698" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12729"
            title                       =   "听潮豪园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/23fb3c2a0afafc3b/thumb.jpg"
            fenzuid                     =   "4443"
            parent_fenzuid              =   "4442"
            lat                         =   "31.040592"
            lng                         =   "121.734786"
            heading                     =   ""
            scene_id                    =   "12729"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "115.67811767146"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "115.67811767146"
                vlookat                 =   "63.394444352603"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/23fb3c2a0afafc3b/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23fb3c2a0afafc3b/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23fb3c2a0afafc3b/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23fb3c2a0afafc3b/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23fb3c2a0afafc3b/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/23fb3c2a0afafc3b/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222516"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "103.69551041752337"
                atv                     =   "78.05455712560646"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222516);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听潮豪园"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]听潮豪园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222517"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "95.0150607972021"
                atv                     =   "56.08000993073384"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222517);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222518"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "92.63242570387726"
                atv                     =   "51.01648739304179"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222518);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222519"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "91.42070752364592"
                atv                     =   "40.32341731532061"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222519);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222520"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "95.15645404026583"
                atv                     =   "37.067952072216656"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222520);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222521"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.17523936946702"
                atv                     =   "53.770075089882226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222521);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222522"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "72.68467264742958"
                atv                     =   "48.922137415957785"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222522);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222523"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.63603050415207"
                atv                     =   "34.83317993176645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222523);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222524"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.28231381149499"
                atv                     =   "37.53070280095553"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222524);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222525"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.973062127508"
                atv                     =   "32.33375220399017"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222525);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222526"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.89247317864442"
                atv                     =   "34.698219509782014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222526);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222527"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "55.36984313766908"
                atv                     =   "44.906984647825226"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222527);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222528"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.01417811142767"
                atv                     =   "48.03551258741392"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222528);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222529"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.73311625196948"
                atv                     =   "29.94298635018119"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222529);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222530"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.01958241863235"
                atv                     =   "31.269950033917887"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222530);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222531"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.49315474121278"
                atv                     =   "38.776165768455826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222531);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222532"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "38.31341538395361"
                atv                     =   "40.8207661051507"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222532);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222533"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "47.46323240930599"
                atv                     =   "29.428227661331228"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222533);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222534"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.94822673303372"
                atv                     =   "30.662728555592935"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222534);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222535"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.021640470966645"
                atv                     =   "33.53210333479298"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222535);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222536"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "30.935505256204237"
                atv                     =   "34.85866164567268"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222536);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222537"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "93.57006868051829"
                atv                     =   "38.746593859474274"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222537);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222538"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "116.77943211224047"
                atv                     =   "41.66650782871011"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222538);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222539"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-162.63969166218138"
                atv                     =   "51.149502087873984"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222539);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "41"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]41[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222540"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-173.64974838930476"
                atv                     =   "52.272749822658355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222540);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "40"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]40[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222541"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-165.74063791946003"
                atv                     =   "42.682436323764975"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222541);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222542"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-174.1455963284758"
                atv                     =   "43.40444198151692"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222542);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222543"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "138.91001249686235"
                atv                     =   "68.7763258594292"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222543);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222544"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "128.45140043421725"
                atv                     =   "64.59749800209343"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222544);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222545"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "157.52285880445964"
                atv                     =   "57.004874962894306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222545);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222546"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "147.06064548940816"
                atv                     =   "54.41713170605009"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222546);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222547"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "169.48198548486482"
                atv                     =   "46.08863543034189"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222547);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222548"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "160.33686928101102"
                atv                     =   "44.58251119687557"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222548);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222549"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "147.5668825438446"
                atv                     =   "39.439904734653176"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222549);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222550"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "142.9160180722331"
                atv                     =   "37.13540196170254"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222550);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222551"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "134.6049459495892"
                atv                     =   "42.20060010983337"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222551);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222552"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "131.61745469996643"
                atv                     =   "39.36059465843515"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222552);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222553"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "119.00792984720314"
                atv                     =   "45.25992993793249"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222553);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222554"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-135.5501434017272"
                atv                     =   "75.98734027656957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222554);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222555"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-166.06520557962483"
                atv                     =   "79.31297182412048"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222555);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222556"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-156.7785871702366"
                atv                     =   "62.70587013011296"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222556);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "39"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]39[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222557"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-171.89358700111285"
                atv                     =   "64.37730891261545"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222557);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222558"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-117.12141485192808"
                atv                     =   "38.696794781001856"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222558);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新城迎薰路215弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;迎&lt;br/&gt;薰&lt;br/&gt;路&lt;br/&gt;2&lt;br/&gt;1&lt;br/&gt;5&lt;br/&gt;弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222559"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-76.57514786722368"
                atv                     =   "33.15065672416437"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222559);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南沙别墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;沙&lt;br/&gt;别&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222560"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-11.98863385070041"
                atv                     =   "55.71634265794795"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222560);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦东禹悦汇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;东&lt;br/&gt;禹&lt;br/&gt;悦&lt;br/&gt;汇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222561"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.930799422911548"
                atv                     =   "23.905689395551224"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222561);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "润业大厦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]润&lt;br/&gt;业&lt;br/&gt;大&lt;br/&gt;厦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222562"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "76.52985771782346"
                atv                     =   "24.173876349016947"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222562);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "中汇花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;汇&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222563"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "113.2328413806714"
                atv                     =   "24.882346321335007"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222563);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泰燕华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泰&lt;br/&gt;燕&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222564"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "104.83009843286402"
                atv                     =   "17.376284588769686"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222564);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富成别墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;成&lt;br/&gt;别&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222565"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "118.98592562835813"
                atv                     =   "11.556795867359169"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222565);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "城南小区"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]城&lt;br/&gt;南&lt;br/&gt;小&lt;br/&gt;区[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222566"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "83.71905323294374"
                atv                     =   "15.81793113341632"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222566);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "衡山人寿堂养护院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]衡&lt;br/&gt;山&lt;br/&gt;人&lt;br/&gt;寿&lt;br/&gt;堂&lt;br/&gt;养&lt;br/&gt;护&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222567"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "20.746334282866314"
                atv                     =   "13.025771824811944"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222567);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "水岸家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;岸&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222568"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "37.821286161903345"
                atv                     =   "12.211981558725931"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222568);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮六村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;六&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222569"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.2526858575327"
                atv                     =   "9.364322901063248"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222569);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮五村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;五&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222570"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/26/image/20240422/501cf5dcdac2b7b66461796bb12559ae.png"
                                        renderer                =   "webgl"
                                    ath                     =   "30.669206183986603"
                atv                     =   "12.015408607580705"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222570);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "逸夫小学"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(189, 16, 224, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]逸&lt;br/&gt;夫&lt;br/&gt;小&lt;br/&gt;学[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222571"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "73.72041478570202"
                atv                     =   "8.226285866568448"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222571);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江南清漪园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;南&lt;br/&gt;清&lt;br/&gt;漪&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222572"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "61.07445572238993"
                atv                     =   "7.421882401934073"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222572);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "公园新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]公&lt;br/&gt;园&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222573"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.32089782393064"
                atv                     =   "6.791539848261818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222573);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "古钟园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]古&lt;br/&gt;钟&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222574"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "56.28465721637161"
                atv                     =   "14.701553444034351"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222574);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "博佳花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]博&lt;br/&gt;佳&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12728"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12729">
                                </hotspot>
                        <hotspot name               =   "spot_222575"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-159.09213883817108"
                atv                     =   "23.910428731307903"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222575);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "一方新城一二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]一&lt;br/&gt;方&lt;br/&gt;新&lt;br/&gt;城&lt;br/&gt;一&lt;br/&gt;二&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12731"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12729">
                                </hotspot>
            
        </scene>
                <scene
            name                        =   "scene_12728"
            title                       =   "博佳花园"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/3086128aef64557c/thumb.jpg"
            fenzuid                     =   "4443"
            parent_fenzuid              =   "4442"
            lat                         =   "31.042671"
            lng                         =   "121.739512"
            heading                     =   ""
            scene_id                    =   "12728"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "4.7796644440292"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "4.7796644440292"
                vlookat                 =   "62.691799978197"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/3086128aef64557c/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3086128aef64557c/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="7936" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3086128aef64557c/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3086128aef64557c/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3086128aef64557c/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/3086128aef64557c/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222461"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.5861058631142"
                atv                     =   "73.8553894107279"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222461);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "博佳花园"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]博佳花园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222462"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.52315178822579"
                atv                     =   "55.11103727423086"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222462);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222463"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "67.23197805505146"
                atv                     =   "34.33447365524685"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222463);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "20"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]20[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222464"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "64.46335367633708"
                atv                     =   "37.2527648416438"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222464);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222465"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.366438164990996"
                atv                     =   "42.81881357931013"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222465);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222466"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "45.51372739001158"
                atv                     =   "45.99605548056299"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222466);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222467"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "36.0916707194221"
                atv                     =   "48.9249050149844"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222467);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222468"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.6174583425209903"
                atv                     =   "53.27659826137934"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222468);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222469"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.832020394378276"
                atv                     =   "52.43328123356829"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222469);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222470"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.41987843317355"
                atv                     =   "50.958937541682076"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222470);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222471"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.035049884230034"
                atv                     =   "45.10800885195675"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222471);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222472"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-46.81259101296814"
                atv                     =   "41.704441320164335"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222472);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222473"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-49.509012230331166"
                atv                     =   "38.95913631175464"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222473);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222474"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "79.09180747367634"
                atv                     =   "36.98144670458484"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222474);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222475"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "77.39573810035495"
                atv                     =   "40.146857737744284"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222475);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222476"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "75.14154271295524"
                atv                     =   "43.86222802928474"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222476);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222477"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.3574049617896"
                atv                     =   "51.816663176557306"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222477);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222478"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.071698868362205"
                atv                     =   "58.18398002888817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222478);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222479"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "1.2926231146097962"
                atv                     =   "69.41908006434079"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222479);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222480"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-24.336823195096542"
                atv                     =   "67.16559746905143"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222480);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222481"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-41.33801164833528"
                atv                     =   "61.88422701738944"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222481);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222482"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "69.38432779155846"
                atv                     =   "31.81085437599172"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222482);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222483"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "59.09606995017339"
                atv                     =   "29.818642988770364"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222483);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222484"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "56.584234424123224"
                atv                     =   "31.854113229459966"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222484);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222485"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "53.416686244545645"
                atv                     =   "34.13202591060679"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222485);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222486"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.084254814067776"
                atv                     =   "23.30906273762902"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222486);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222487"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "46.98273452947831"
                atv                     =   "25.093309887366235"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222487);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222488"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "42.65118241439245"
                atv                     =   "27.198312390316243"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222488);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222489"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "35.58189914008261"
                atv                     =   "30.934331877066818"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222489);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222490"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "28.55470351766911"
                atv                     =   "30.855309184728423"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222490);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222491"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "21.92624777110325"
                atv                     =   "32.630535955230116"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222491);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222492"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.71045042799409"
                atv                     =   "35.18389594894895"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222492);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222493"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-5.768246653381823"
                atv                     =   "35.01619025412784"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222493);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222494"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-15.771256023370597"
                atv                     =   "37.23395659372272"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222494);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222495"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-27.175697605471896"
                atv                     =   "33.37033517814564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222495);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222496"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.063740597467074"
                atv                     =   "31.69922617052355"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222496);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222497"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-40.444952503582385"
                atv                     =   "29.43687329236531"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222497);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222498"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-127.16671898861756"
                atv                     =   "14.4887390329259"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222498);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "听潮豪园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;豪&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12729"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222499"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-135.28253032808072"
                atv                     =   "8.125393376632916"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222499);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "一方新城一二期"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]一&lt;br/&gt;方&lt;br/&gt;新&lt;br/&gt;城&lt;br/&gt;一&lt;br/&gt;二&lt;br/&gt;期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12731"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222500"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-158.87877918823315"
                atv                     =   "38.431116433286746"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222500);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "中汇花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;汇&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222501"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-159.24871392427082"
                atv                     =   "18.414274098672607"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222501);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泰燕华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泰&lt;br/&gt;燕&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222502"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "164.20093531594344"
                atv                     =   "18.560956444000343"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222502);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富成别墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;成&lt;br/&gt;别&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222503"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "132.99964375529385"
                atv                     =   "33.652223580455086"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222503);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "衡山人寿堂养护院"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]衡&lt;br/&gt;山&lt;br/&gt;人&lt;br/&gt;寿&lt;br/&gt;堂&lt;br/&gt;养&lt;br/&gt;护&lt;br/&gt;院[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222504"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "9.826341233747257"
                atv                     =   "17.06934896222915"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222504);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮六村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;六&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222505"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "39.213927318186734"
                atv                     =   "11.90768175124861"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222505);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "听潮五村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;五&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222506"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "51.00753694682453"
                atv                     =   "9.59913750339482"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222506);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "彩虹园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]彩&lt;br/&gt;虹&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222507"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "58.784385756227664"
                atv                     =   "6.9413324116791815"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222507);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "西南新村"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]西&lt;br/&gt;南&lt;br/&gt;新&lt;br/&gt;村[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222508"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:2px;height:20px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "66.77093424796345"
                atv                     =   "7.2917595382983"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222508);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "古钟园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(126, 211, 33, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]古&lt;br/&gt;钟&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222509"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "79.05770194936184"
                atv                     =   "9.361943861712565"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222509);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "江南清漪园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]江&lt;br/&gt;南&lt;br/&gt;清&lt;br/&gt;漪&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222510"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-98.372422853123"
                atv                     =   "11.427436985492479"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222510);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦东禹悦汇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;东&lt;br/&gt;禹&lt;br/&gt;悦&lt;br/&gt;汇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222511"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-78.11318065741716"
                atv                     =   "13.216026864100419"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222511);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "润业大厦"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]润&lt;br/&gt;业&lt;br/&gt;大&lt;br/&gt;厦[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222512"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-24.01291308776308"
                atv                     =   "14.68963710487613"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222512);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "水岸家园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]水&lt;br/&gt;岸&lt;br/&gt;家&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222513"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-117.8782853675834"
                atv                     =   "9.685067596188523"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222513);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "一方新城迎薰路215弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]一&lt;br/&gt;方&lt;br/&gt;新&lt;br/&gt;城&lt;br/&gt;迎&lt;br/&gt;薰&lt;br/&gt;路&lt;br/&gt;2&lt;br/&gt;1&lt;br/&gt;5&lt;br/&gt;弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222514"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-124.98887844387428"
                atv                     =   "32.3613102023957"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222514);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "听潮路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]听潮路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                        <hotspot name               =   "spot_222515"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-115.0604845153762"
                atv                     =   "70.04472665800465"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222515);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "沪南公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]沪南公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12728">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5039"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-90.690175121754" atv="10.203027964879" />
                                        <point ath="-89.676368373554" atv="13.9878033472" />
                                        <point ath="-88.999069550299" atv="18.996841625227" />
                                        <point ath="-88.974154433025" atv="24.953290433881" />
                                        <point ath="-90.34434445678" atv="33.27845534503" />
                                        <point ath="-93.825159385518" atv="44.877848472477" />
                                        <point ath="-100.31905125912" atv="56.899590210903" />
                                        <point ath="125.01206284032" atv="68.000942501405" />
                                        <point ath="110.81540338616" atv="52.705480278255" />
                                        <point ath="102.03113664985" atv="35.756660046787" />
                                        <point ath="99.400384899562" atv="30.074931296949" />
                                        <point ath="96.138255572799" atv="22.121602263011" />
                                        <point ath="94.208419265402" atv="16.464072272552" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5040"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-74.216656066" atv="40.945704437153" />
                                        <point ath="-80.064152377376" atv="41.528492530809" />
                                        <point ath="-86.892019337357" atv="41.554798439838" />
                                        <point ath="-99.076790771661" atv="40.49971356078" />
                                        <point ath="-114.69282077534" atv="36.18836215106" />
                                        <point ath="-126.1571579091" atv="31.30358124392" />
                                        <point ath="-136.58735101524" atv="25.890291677671" />
                                        <point ath="-151.64186321247" atv="14.601181637379" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5041"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-65.328651800594" atv="39.70458247042" />
                                        <point ath="-53.794036330681" atv="36.072535049331" />
                                        <point ath="-44.420300459546" atv="32.240484422585" />
                                        <point ath="-43.278857341158" atv="31.689403286899" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5042"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-37.353646326487" atv="28.668284552475" />
                                        <point ath="-30.28881536653" atv="24.700604631285" />
                                        <point ath="-24.948968289315" atv="21.327503837264" />
                                        <point ath="-20.406803301749" atv="17.961502022904" />
                                        <point ath="-17.581200355158" atv="15.72615413453" />
                                    </hotspot>
                
        </scene>
                <scene
            name                        =   "scene_12731"
            title                       =   "一方新城一二期"
            thumburl                    =   "https://cdn.yj720.com.cn/uploads/3/pano/bbbe1322790bc8f7/thumb.jpg"
            fenzuid                     =   "4443"
            parent_fenzuid              =   "4442"
            lat                         =   "31.036691"
            lng                         =   "121.733441"
            heading                     =   ""
            scene_id                    =   "12731"
            pano_id                     =   "475"
            bg_music                    =   ""
            bg_music_name               =   "bg_music_0"
            is_background_auto_start    =   "1"
            is_background_yinliang      =   "1"
            is_background_repet         =   "0"
            js_music                    =   ""
            js_music_name               =   "js_music_0"
            is_jieshuo_auto_start       =   "1"
            is_jieshuo_yinliang         =   "1"
            is_jieshuo_repet            =   "0"
            effect_mod                  =   ""
			effect_size                 =   ""
			effect_flakes               =   "500"
			effect_material_path        =   ""
			sun_ath                     =   "0"
			sun_atv                     =   "0"
            view_map                    =   ""
            xijie                       =   '[]'
            detail_animation            =   "0"
            view_hide                   =   '1'
            words                       =   ""
            word_speed                  =   "2"
            word_window                 =   "0"
            word_url                    =   ""
            onstart                     =   "scene_loaded()"
            orig_hlookat                =   "8.3332338340002"
            hotspot_fenzu               =   '[]'
            hot_fenzu_bgcolor           =   '#000000'
            hot_fenzu_txtcolor          =   '#ffffff'
            hot_fenzu_checkbgcolor      =   '#fa6400'
            hot_fenzu_checktxtcolor     =   '#ffffff'
            hot_fenzu_animate           =   '1'
            compass                     =   '0'
            compass_img                 =   ''
            compass_hlookat             =   ''
            compass_position            =   '2'
                        >
            <autorotate  enabled="true"/>
                        <view hlookat               =   "8.3332338340002"
                vlookat                 =   "61.491941642266"
                fovtype                 =   "MFOV"
                fov                     =   "130"
                fovmin                  =   "20"
                fovmax                  =   "130"
                vlookatmax              =   "90"
                vlookatmin              =   "-90"
                hlookatmax              =   "180"
                hlookatmin              =   "-180"
                autorotatekeepview      =   "0"
                limitview               =   "lookat"
             />
                        <preview url    =   "https://cdn.yj720.com.cn/uploads/3/pano/bbbe1322790bc8f7/preview.jpg" />
            <image
                    type        =   "CUBE"
                    multires    =   "true"
                    tilesize    =   "512">
                                        <level tiledimagewidth="16128" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bbbe1322790bc8f7/%s/l5/%0v/l5_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="8192" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bbbe1322790bc8f7/%s/l4/%0v/l4_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="4096" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bbbe1322790bc8f7/%s/l3/%0v/l3_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="2048" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bbbe1322790bc8f7/%s/l2/%0v/l2_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                        <level tiledimagewidth="1024" tiledimageheight="">
                                                <cube url="https://cdn.yj720.com.cn/uploads/3/pano/bbbe1322790bc8f7/%s/l1/%0v/l1_%s_%0v_%0h.jpg"></cube>
                                            </level>
                                </image>
                        <hotspot name               =   "spot_222600"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-170.90396047040343"
                atv                     =   "83.30179841707783"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222600);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "一方新城一二期"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]一方新城一二期[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222601"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-4.303117380689002"
                atv                     =   "55.72130128271891"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222601);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "26"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]26[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222602"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "27.276011824592047"
                atv                     =   "52.551177085832386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222602);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "24"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]24[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222603"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-11.76967095687695"
                atv                     =   "68.41269413398993"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222603);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "29"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]29[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222604"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "18.479802178086288"
                atv                     =   "67.78927240542481"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222604);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "28"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]28[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222605"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "40.429310602364126"
                atv                     =   "63.520423751217855"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222605);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "27"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]27[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222606"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-40.988649368322115"
                atv                     =   "82.27405642091345"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222606);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "38"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]38[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222607"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "50.811865550950415"
                atv                     =   "81.14842614228426"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222607);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "37"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]37[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222608"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.92786043122584"
                atv                     =   "73.6144150498627"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222608);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "34"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]34[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222609"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "90.30626026177603"
                atv                     =   "66.22228210664915"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222609);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "33"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]33[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222610"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "92.62318899978507"
                atv                     =   "57.928516911366195"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222610);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "31"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]31[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222611"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "93.82712771757608"
                atv                     =   "50.852098100563936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222611);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "21"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]21[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222612"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "93.90589605156902"
                atv                     =   "48.6164671960609"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222612);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "19"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]19[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222613"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "65.3786299965268"
                atv                     =   "55.73893312950936"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222613);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "17"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]17[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222614"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.02692818703963"
                atv                     =   "50.537717090084406"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222614);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "16"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]16[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222615"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "74.68286085472931"
                atv                     =   "44.05439607929826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222615);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "15"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]15[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222616"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.888538140219225"
                atv                     =   "50.4018992442025"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222616);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "14"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]14[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222617"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.795427591178736"
                atv                     =   "46.000136888206036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222617);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "13"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]13[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222618"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "63.71486721883366"
                atv                     =   "41.854180137081926"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222618);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "12"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]12[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222619"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "94.99925844903302"
                atv                     =   "28.275599107336138"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222619);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "7"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]7[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222620"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "95.5051016828109"
                atv                     =   "31.72818668695731"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222620);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "8"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]8[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222621"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "95.93445149415732"
                atv                     =   "35.13387930302308"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222621);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "9"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]9[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222622"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "75.18760334111107"
                atv                     =   "24.739355559415014"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222622);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "4"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]4[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222623"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "73.30255851397874"
                atv                     =   "26.828396791165826"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222623);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "5"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]5[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222624"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "71.24050074167667"
                atv                     =   "31.217349072509617"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222624);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "6"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]6[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222625"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "19.499942539602102"
                atv                     =   "32.557506727274884"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222625);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "23"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]23[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222626"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "26.07322028759762"
                atv                     =   "31.932008201293044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222626);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "22"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]22[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222627"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "37.99421016743912"
                atv                     =   "28.803331994621946"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222627);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "11"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]11[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222628"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "43.286272705208376"
                atv                     =   "27.396325722788518"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222628);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "10"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]10[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222629"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "51.05484461017784"
                atv                     =   "26.225988454447208"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222629);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "3"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]3[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222630"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "54.46872357605599"
                atv                     =   "22.83041923456377"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222630);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "2"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]2[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222631"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "57.41769498265137"
                atv                     =   "21.434240726381496"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222631);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "1"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]1[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222632"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "10.017800094509028"
                atv                     =   "55.55473760354322"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222632);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "25"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]25[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222633"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "93.49597012744192"
                atv                     =   "46.09390467007301"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222633);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "18"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]18[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222634"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "92.29700745493153"
                atv                     =   "55.80999548768467"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222634);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "30"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]30[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222635"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "91.14412555758358"
                atv                     =   "63.9393349152152"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222635);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "32"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]32[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222636"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "61.53260760657122"
                atv                     =   "78.826755007151"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222636);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "36"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]36[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222637"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "68.74117530810025"
                atv                     =   "75.80822303001636"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222637);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "35"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]35[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222638"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-73.93379536107449"
                atv                     =   "31.088551157958314"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222638);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "57"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]57[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222639"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-72.50321126365503"
                atv                     =   "33.75443387186746"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222639);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "56"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]56[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222640"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-71.64378611163875"
                atv                     =   "53.26344937619543"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222640);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "47"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]47[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222641"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-65.03239122447405"
                atv                     =   "61.179488024991564"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222641);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "46"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]46[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222642"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-62.21331696291634"
                atv                     =   "28.141381051118817"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222642);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "55"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]55[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222643"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-60.036199929400084"
                atv                     =   "30.028731076609386"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222643);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "54"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]54[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222644"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-56.28200871117468"
                atv                     =   "34.46197289821294"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222644);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "51"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]51[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222645"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-51.94153589754944"
                atv                     =   "37.463447506600524"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222645);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "50"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]50[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222646"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-42.95505554427916"
                atv                     =   "47.64946905694954"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222646);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "45"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]45[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222647"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-33.44263475048501"
                atv                     =   "51.3558956490857"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222647);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "44"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]44[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222648"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-50.18941096377762"
                atv                     =   "24.498196265854794"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222648);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "53"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]53[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222649"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-47.049009050782786"
                atv                     =   "25.881755028733302"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222649);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "52"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]52[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222650"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-38.1387631166661"
                atv                     =   "29.367194951649847"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222650);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "49"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]49[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222651"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-32.148623039689824"
                atv                     =   "31.39073457365036"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222651);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "48"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]48[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222652"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-18.32128611267376"
                atv                     =   "34.260666185522915"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222652);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "43"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]43[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222653"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-9.851682256276604"
                atv                     =   "35.56941060923044"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222653);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "42"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(40, 110, 250, 0.76);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;;&apos;]42[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222654"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-19.180311550058207"
                atv                     =   "20.77650840774481"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222654);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "新城迎薰路215弄"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]新&lt;br/&gt;城&lt;br/&gt;迎&lt;br/&gt;薰&lt;br/&gt;路&lt;br/&gt;2&lt;br/&gt;1&lt;br/&gt;5&lt;br/&gt;弄[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222655"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "32.187101396229764"
                atv                     =   "14.212908803456818"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222655);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "听潮豪园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]听&lt;br/&gt;潮&lt;br/&gt;豪&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12729"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222656"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/27/image/20220107/d7c6c32f7bb575163b6084ca8d6af686.png"
                                        renderer                =   "webgl"
                                    ath                     =   "38.89134602102911"
                atv                     =   "5.244087260523313"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222656);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "2"
                target_type             =   "1"
                text                    =   "博佳花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]博&lt;br/&gt;佳&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                    target_view         =   "scene_12728"
                    target_view_hlookat =   ""
                    target_view_vlookat =   ""
                    other_args          =   "view.hlookat=&amp;view.vlookat=&amp;view.fov="
                    blend               =   "1"
                    url_tan_width       =   "0"
                    showvr              =   "true"
                                    linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222657"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/221278691d76ba3b608af9373eb18e74.png"
                                        renderer                =   "webgl"
                                    ath                     =   "17.392498966834694"
                atv                     =   "9.216198315213045"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222657);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "浦东禹悦汇"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(250, 100, 0, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]浦&lt;br/&gt;东&lt;br/&gt;禹&lt;br/&gt;悦&lt;br/&gt;汇[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222658"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "60.067278748653735"
                atv                     =   "11.682511068566068"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222658);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "泰燕华庭"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]泰&lt;br/&gt;燕&lt;br/&gt;华&lt;br/&gt;庭[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222659"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "47.425918314826276"
                atv                     =   "9.243536312439852"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222659);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "中汇花园"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]中&lt;br/&gt;汇&lt;br/&gt;花&lt;br/&gt;园[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222660"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "69.65157292411061"
                atv                     =   "9.134708780307315"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222660);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "富成别墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]富&lt;br/&gt;成&lt;br/&gt;别&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222661"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-177.7794911420907"
                atv                     =   "7.423713450971169"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222661);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "宝业·万华城"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]宝&lt;br/&gt;业&lt;br/&gt;·&lt;br/&gt;万&lt;br/&gt;华&lt;br/&gt;城[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222662"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "0.5"
                    edge                    =   "center"
                    url                     =   "https://cdn.yj720.com.cn/uploads/image/20240423/163a74f2ec39cbb4315fcdb4de040158.png"
                                        renderer                =   "webgl"
                                    ath                     =   "-10.702819037704785"
                atv                     =   "14.08962284048232"
                title_size              =   ""
                                     crop_width              =   "128"
                    crop_height             =   "128"
                    crop_time               =   "60"
                                            onloaded                =   "add_hotspot_title();hotspot_loaded(spot_222662);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   "1"
                target_type             =   "12"
                text                    =   "南沙别墅"
                text_advanced           =   "[div style=&apos;padding:5px;background:linear-gradient(0deg,rgba(40, 110, 250, 1),rgba(0, 0, 0, 0.5));border-radius:4px;color:rgba(255, 255, 255, 1);font-size: 14px ;text-align:center;text-orientation:upright;letter-spacing:2px;;&apos;]南&lt;br/&gt;沙&lt;br/&gt;别&lt;br/&gt;墅[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222663"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "-85.85969402128717"
                atv                     =   "30.897027992697037"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222663);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "大川公路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]大川公路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                        <hotspot name               =   "spot_222664"
                style                   =   "skin_hotspotstyle"
                                    scale                   =   "1"
                    edge                    =   "center"
                    type                    =   "container"
                    renderer                =   "css3d"
                    width                   =   "0"
                    height                  =   "0"
                    text_marking_html       =   "[div style=&apos;overflow:hide;width:0px;height:0px;background-color:rgba(255, 255, 255, 1);&apos;][/div]"
                    text_marking_edge       =   "bottom"
                    text_marking_line_url   =   "/static/editor/images/text-marking-triangle.png"
                    text_marking_line_width =   "16"
                    text_marking_line_height=   "9"
                    text_marking_line_rotate=   "0"
                    text_marking_line_color =   "0xffffff"
                    text_marking_line_alpha =   "1"
                    text_marking_line_type  =   "triangle"
                    bgalpha                 =   "0"
                                ath                     =   "4.517880306596226"
                atv                     =   "34.815248006766645"
                title_size              =   ""
                                     crop_width              =   ""
                    crop_height             =   ""
                    crop_time               =   ""
                                            onloaded                =   "add_text_marking_line();add_text_marking_title();hotspot_loaded(spot_222664);"
                    
                zoom                    =   "false"
                                     distorted               =   "false"
                                oy                      =   "0"
                material_type           =   ""
                target_type             =   "12"
                text                    =   "迎熏路"
                text_advanced           =   "[div style=&apos;display:flex;align-items:center;padding:5px;background:rgba(0, 0, 0, 0.5);border-radius:4px;color:rgba(255, 255, 255, 1);font-size:12px;text-align:center;;&apos;]迎熏路[/div]"
                text_x                  =   "0"
                text_y                  =   "0"
                text_align              =   "top"
                show_txt                =   "1"
                fenzu                   =   ""
                heji                    =   "0"
                cj_fovmin               =   "-1"
                cj_fovmax               =   "-1"
                ondown                 =   "js(pcMenuModule.markSceneGroupHotspotPointer());"
                capture                 =   "false"
                zorder                  =   "1"
                                linkedscene ="scene_12731">
                                </hotspot>
                            <hotspot
                        name               =    "embed_9_5045"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-50.641083273143" atv="21.95451851183" />
                                        <point ath="-40.764363505818" atv="26.311086578247" />
                                        <point ath="-27.545405054225" atv="30.463252031932" />
                                        <point ath="-19.917387441052" atv="32.198351568329" />
                                        <point ath="13.642798132863" atv="34.209125118728" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5046"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="31.35352061816" atv="31.359984580743" />
                                        <point ath="33.264497609267" atv="30.912734384232" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5047"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="46.79420368746" atv="26.351698103779" />
                                        <point ath="47.983251900861" atv="25.798461694375" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5048"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0x286EFA"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="63.803141259667" atv="18.835067199431" />
                                        <point ath="74.562706432846" atv="12.402844984942" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5049"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-20.712039723148" atv="12.790368961442" />
                                        <point ath="-25.74883675626" atv="15.301783870885" />
                                        <point ath="-31.753779966425" atv="18.111233533465" />
                                        <point ath="-40.273241317519" atv="21.808535165529" />
                                        <point ath="-48.076845678339" atv="24.36694942065" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5050"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-53.416278233045" atv="25.987172265603" />
                                        <point ath="-60.417701010754" atv="27.612105269173" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5051"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-65.278548098426" atv="28.599787284269" />
                                        <point ath="-72.288883318132" atv="29.615839414068" />
                                    </hotspot>
                                <hotspot
                        name               =    "embed_9_5052"
                        atv                =    "0"
                        ath                =    "0"
                        showvr             =    "true"
                        bordercolor        =    "0xbd10e0"
                        borderwidth        =    "8"
                        enabled            =    "false"
                        polyline           =    "true"
                >
                                        <point ath="-76.662959694267" atv="30.358462737929" />
                                        <point ath="-88.776554961506" atv="30.89590618269" />
                                        <point ath="-105.84635192607" atv="29.393865064329" />
                                        <point ath="-116.92517389743" atv="27.568398231516" />
                                        <point ath="-128.33464249748" atv="24.391486585603" />
                                        <point ath="-142.2704200246" atv="19.186348384518" />
                                    </hotspot>
                
        </scene>
            <config>
        <qiniu_allow_state data= '0'/>
        <cdn_host data='https://cdn.yj720.com.cn'/>
        <pano data="{&quot;id&quot;:475,&quot;v_id&quot;:&quot;ZdhtxA9X7tp&quot;,&quot;uid&quot;:3,&quot;is_del&quot;:1,&quot;examine&quot;:1,&quot;group_id&quot;:0,&quot;folder_id&quot;:53,&quot;cate_id&quot;:20,&quot;type&quot;:0,&quot;province&quot;:&quot;上海市&quot;,&quot;city&quot;:&quot;上海浦东惠南镇&quot;,&quot;qrcode&quot;:&quot;\/uploads\/3\/qrcode\/17184451118905573.png&quot;,&quot;spot&quot;:null,&quot;school&quot;:null,&quot;title&quot;:&quot;上海浦东惠南镇【VR全景地图】&quot;,&quot;tags&quot;:&quot;&quot;,&quot;group_textarea&quot;:&quot;&quot;,&quot;thumb&quot;:&quot;\/uploads\/3\/image\/20251128\/6deeb8886a8dda6b3ea5cc8d5f0b3e83.jpg&quot;,&quot;poster&quot;:&quot;&quot;,&quot;zan&quot;:0,&quot;hits&quot;:2017,&quot;comments&quot;:0,&quot;reward&quot;:0,&quot;reward_money&quot;:0,&quot;status&quot;:1,&quot;is_show&quot;:0,&quot;admin_mark&quot;:null,&quot;open&quot;:1,&quot;index_recommend&quot;:1,&quot;admin_status&quot;:0,&quot;guid&quot;:&quot;&quot;,&quot;viewpassword&quot;:&quot;&quot;,&quot;pano_intro&quot;:&quot;商用联系15618180103作者开通权限&quot;,&quot;enable_gyro_img&quot;:0,&quot;enable_gyro&quot;:0,&quot;enable_littleplanet&quot;:1,&quot;enable_autorotate&quot;:1,&quot;autorotate_wait_time&quot;:20,&quot;hide_thumbnails&quot;:1,&quot;automatic_skip&quot;:1,&quot;rotation_time&quot;:11,&quot;show_auth&quot;:1,&quot;enable_location&quot;:0,&quot;enable_intro&quot;:1,&quot;enable_vr&quot;:1,&quot;enable_pv&quot;:1,&quot;enable_like&quot;:1,&quot;show_comment&quot;:2,&quot;enable_comment&quot;:2,&quot;enable_qr&quot;:1,&quot;show_thumb&quot;:1,&quot;pc_openimg_materialid&quot;:&quot;&quot;,&quot;mobile_openimg_materialid&quot;:&quot;&quot;,&quot;openimg_time&quot;:0,&quot;logo_materialid&quot;:0,&quot;logo_show&quot;:1,&quot;logo_src&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/2\/image\/20240407\/e39726ba08613b288e9568e2346ba90e.png&quot;,&quot;logo_title&quot;:&quot;&quot;,&quot;logo_postion&quot;:1,&quot;logo_link&quot;:&quot;&quot;,&quot;map_x&quot;:&quot;&quot;,&quot;map_y&quot;:&quot;&quot;,&quot;deltime&quot;:0,&quot;create_time&quot;:&quot;1718445111&quot;,&quot;update_time&quot;:1784377176,&quot;is_recommend&quot;:0,&quot;introduce&quot;:null,&quot;is_show_roll_title&quot;:1,&quot;roll_title&quot;:&quot;&quot;,&quot;roll_title_color&quot;:&quot;#ffffff&quot;,&quot;roll_title_decoration&quot;:&quot;0&quot;,&quot;roll_title_weight&quot;:&quot;0&quot;,&quot;roll_title_normal&quot;:&quot;0&quot;,&quot;start_image&quot;:null,&quot;show_author&quot;:null,&quot;short_introduce&quot;:null,&quot;init_type&quot;:0,&quot;start_pc_img&quot;:&quot;&quot;,&quot;start_pc_po&quot;:null,&quot;start_phone_img&quot;:&quot;&quot;,&quot;start_phone_po&quot;:1,&quot;start_type&quot;:1,&quot;start_stop_time&quot;:5,&quot;start_count_down&quot;:1,&quot;start_color&quot;:&quot;#000000&quot;,&quot;start_bgimg&quot;:&quot;&quot;,&quot;start_image_link&quot;:null,&quot;daili_id&quot;:0,&quot;is_vr_card&quot;:0,&quot;selected&quot;:3,&quot;is_tui&quot;:2,&quot;opening_animation&quot;:1,&quot;language&quot;:1,&quot;language_url&quot;:&quot;&quot;,&quot;language_tab&quot;:1,&quot;start_image_close_time&quot;:null,&quot;advert_type&quot;:1,&quot;pc_advert&quot;:&quot;&quot;,&quot;phone_advert&quot;:&quot;&quot;,&quot;advert_url&quot;:&quot;&quot;,&quot;advert_url_type&quot;:1,&quot;initial_scene&quot;:1,&quot;initial_scene_id&quot;:0,&quot;interface_template&quot;:3,&quot;template_style&quot;:2,&quot;grouping_style&quot;:0,&quot;paid&quot;:0,&quot;paid_time&quot;:&quot;&quot;,&quot;first_scene_id&quot;:12695,&quot;show_dashang&quot;:1,&quot;dashang_money&quot;:&quot;&quot;,&quot;remark&quot;:&quot;&quot;,&quot;share&quot;:0,&quot;load_type&quot;:1,&quot;load_img&quot;:null,&quot;load_default_img&quot;:&quot;\/static\/tour\/images\/default_load.png&quot;,&quot;load_txt&quot;:&quot;加载中&quot;,&quot;load_txt_color&quot;:null,&quot;load_bg_color&quot;:null,&quot;start_open_type&quot;:1,&quot;start_pc_video_id&quot;:0,&quot;start_pc_video&quot;:&quot;&quot;,&quot;start_pc_name&quot;:null,&quot;start_pc_locl&quot;:1,&quot;start_pc_vimg&quot;:&quot;&quot;,&quot;start_pc_time&quot;:100,&quot;start_ph_video_id&quot;:0,&quot;start_ph_video&quot;:&quot;&quot;,&quot;start_ph_name&quot;:null,&quot;start_ph_locl&quot;:1,&quot;start_ph_vimg&quot;:&quot;&quot;,&quot;start_autoplay&quot;:1,&quot;start_loop&quot;:2,&quot;start_ph_time&quot;:100,&quot;watermark_text&quot;:&quot;&quot;,&quot;watermark_type&quot;:0,&quot;watermark_image&quot;:&quot;&quot;,&quot;watermark_fill&quot;:0,&quot;watermark_scale&quot;:100,&quot;watermark_opacity&quot;:30,&quot;watermark_gap&quot;:100,&quot;watermark_rotate&quot;:0,&quot;share_setting&quot;:1,&quot;share_setting_ip&quot;:null,&quot;share_setting_phone&quot;:null,&quot;is_first_sandtable&quot;:0,&quot;search_setting&quot;:&quot;0,1,2,3,4,5,6,7,9,11,12&quot;,&quot;is_lock&quot;:0,&quot;is_sale&quot;:2,&quot;sale_price&quot;:1999,&quot;sale_free&quot;:&quot;&quot;,&quot;sale_vid&quot;:&quot;ZdhtxA9X7t&quot;,&quot;view_free_group&quot;:&quot;&quot;,&quot;view_count&quot;:47,&quot;is_top&quot;:0,&quot;system_url&quot;:&quot;https:\/\/yj720.com.cn\/&quot;,&quot;system_advert&quot;:&quot;https:\/\/cdn.yj720.com.cn\/uploads\/image\/20240407\/1cb46aab037c4844b2f896b0b8dcb9b7.jpg&quot;,&quot;skin&quot;:{&quot;id&quot;:475,&quot;pano_id&quot;:475,&quot;jieshuo_material_id&quot;:null,&quot;start_tips&quot;:null,&quot;password_views&quot;:null,&quot;password&quot;:null,&quot;password_tips&quot;:null,&quot;is_password_global&quot;:1,&quot;wx_share_title&quot;:null,&quot;wx_share_intro&quot;:null,&quot;wx_share_image&quot;:null,&quot;business_card_name&quot;:null,&quot;business_card_email&quot;:null,&quot;business_card_address&quot;:null,&quot;business_card_contact&quot;:null,&quot;business_card_intro&quot;:null,&quot;business_card_img&quot;:null,&quot;business_card_wx_qrcode&quot;:null,&quot;business_card_weibo_name&quot;:null,&quot;business_card_weibo_url&quot;:null,&quot;business_card_bussiness_weixin&quot;:null,&quot;business_card_qq&quot;:null,&quot;wx_qrcode&quot;:null,&quot;pano_location_longitude&quot;:null,&quot;pano_location_latitude&quot;:null,&quot;pano_location_address&quot;:null,&quot;before_gif&quot;:null,&quot;background_color&quot;:&quot;#000000&quot;,&quot;control_bg_id&quot;:0,&quot;before_gif_choose&quot;:&quot;0&quot;,&quot;skin_type&quot;:4,&quot;menu_bg_id&quot;:0,&quot;menu_bg_img_width&quot;:&quot;200&quot;,&quot;menu_bg_img_height&quot;:&quot;100&quot;,&quot;menu_bg_font_color&quot;:&quot;#000000&quot;,&quot;menu_bg_hover_color&quot;:&quot;#000000&quot;,&quot;pano_keywords&quot;:null,&quot;pano_description&quot;:null,&quot;auto_rotate_speed&quot;:1,&quot;auto_rotate_waittime&quot;:3,&quot;auto_rotate_accel&quot;:2,&quot;pay_poster&quot;:null,&quot;pay_amount&quot;:0,&quot;bonus_min&quot;:30,&quot;bonus_max&quot;:100,&quot;bonus_amount&quot;:0,&quot;bonus_status&quot;:0,&quot;bonus_words&quot;:null,&quot;leave_word_open&quot;:0,&quot;leave_word_open_force&quot;:0,&quot;leave_word_title&quot;:null,&quot;leave_word_items&quot;:null,&quot;leave_word_alert_phone&quot;:null,&quot;top_menu_style&quot;:&quot;4&quot;,&quot;left_menu_autoexp&quot;:0},&quot;skin_switch&quot;:{&quot;id&quot;:475,&quot;pano_id&quot;:475,&quot;creator&quot;:0,&quot;creator_title&quot;:0,&quot;view&quot;:0,&quot;scene&quot;:1,&quot;scene_name&quot;:1,&quot;group&quot;:1,&quot;desc&quot;:1,&quot;thumbs&quot;:0,&quot;share&quot;:0,&quot;fullscreen&quot;:1,&quot;clearscreen&quot;:0,&quot;glasses&quot;:0,&quot;visual&quot;:0,&quot;character&quot;:1,&quot;source&quot;:0,&quot;is_auto_show_thumb_list&quot;:1,&quot;is_show_service&quot;:1,&quot;is_wx_collect&quot;:1,&quot;littleplanetintro&quot;:1,&quot;menunav&quot;:1,&quot;is_bg_music_open&quot;:1,&quot;is_jieshuo_open&quot;:1,&quot;view_rotate&quot;:1,&quot;search&quot;:1,&quot;brush&quot;:1,&quot;open_ip_visit&quot;:0,&quot;ip_visit_hit&quot;:null,&quot;open_solution_lease&quot;:0,&quot;open_solution_brochure&quot;:0}}" />
        <globals data='{"id":475,"pano_id":475,"creator":0,"creator_title":0,"view":0,"scene":1,"scene_name":1,"group":1,"desc":1,"thumbs":0,"share":0,"fullscreen":1,"clearscreen":0,"glasses":0,"visual":0,"character":1,"source":0,"is_auto_show_thumb_list":1,"is_show_service":1,"is_wx_collect":1,"littleplanetintro":1,"menunav":1,"is_bg_music_open":1,"is_jieshuo_open":1,"view_rotate":1,"search":1,"brush":1,"open_ip_visit":0,"ip_visit_hit":null,"open_solution_lease":0,"open_solution_brochure":0}' />
        <tocopyuser data='' />
        <tocopyurl data='' />
        <phone data='156****0103' />
        <userurl data='/u/XSEcpklediG' nick_name='宙璟网络科技' head_img='https://cdn.yj720.com.cn/uploads/3/image/20241221/38887b6d3f2dd17e1222b91414c43dfc.jpg' />
        <!-- <paid data='0' /> -->
        <edition data='16' />
        <custom_button data='[{"id":384,"pano_id":475,"u_id":3,"img_url":"\/static\/editor\/images\/image.png","type_title":"\u56fe\u6587","title":"\u6280\u672f\u652f\u6301","type":0,"position":2,"sort":null,"parent_id":0,"type_args":null,"tuwenb_open":null,"tuwenb_link_title":null,"tuwenb_address":null,"tuwenb_muban":null,"tuwenb_volume":null,"tuwenb_music_play":null,"tuwenb_music_jieshuo":null,"tuwenb_music_beijing":null,"audio_id":null,"audio_name":null,"audio_url":null,"content":"","image":[{"id":212,"spot_id":23330,"content":"","img_url":"\/uploads\/3\/image\/20250213\/o_1ijvn42afk1e5gr184s7u91qnde"}],"child":[]}]' />
        <auto_guide>
                </auto_guide>
        <guide_settings>
                </guide_settings>
                    <view view_id="12695" name="scene_12695">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12687" name="scene_12687">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12688" name="scene_12688">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12689" name="scene_12689">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12690" name="scene_12690">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12697" name="scene_12697">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12699" name="scene_12699">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12691" name="scene_12691">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12692" name="scene_12692">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12693" name="scene_12693">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12694" name="scene_12694">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12696" name="scene_12696">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12686" name="scene_12686">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12698" name="scene_12698">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12685" name="scene_12685">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12700" name="scene_12700">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12701" name="scene_12701">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12706" name="scene_12706">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12707" name="scene_12707">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12708" name="scene_12708">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12709" name="scene_12709">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12710" name="scene_12710">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12711" name="scene_12711">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12712" name="scene_12712">
                            </view>
                        <view view_id="12713" name="scene_12713">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12714" name="scene_12714">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12715" name="scene_12715">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12716" name="scene_12716">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12717" name="scene_12717">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12718" name="scene_12718">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12719" name="scene_12719">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12720" name="scene_12720">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12721" name="scene_12721">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12722" name="scene_12722">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12723" name="scene_12723">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12724" name="scene_12724">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12705" name="scene_12705">
                            </view>
                        <view view_id="12702" name="scene_12702">
                            </view>
                        <view view_id="12703" name="scene_12703">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12704" name="scene_12704">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12726" name="scene_12726">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12725" name="scene_12725">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12727" name="scene_12727">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12730" name="scene_12730">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12729" name="scene_12729">
                            </view>
                        <view view_id="12728" name="scene_12728">
                                <embeds>
                                    </embeds>
                            </view>
                        <view view_id="12731" name="scene_12731">
                                <embeds>
                                    </embeds>
                            </view>
                    <fenzu data = "[{&quot;id&quot;:4432,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u6c11\u4e50\u57ce\u677f\u5757&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:4433,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:4432,&quot;view_list&quot;:[{&quot;id&quot;:12695,&quot;uid&quot;:3,&quot;material_id&quot;:8096,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/060246654d99449c&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/060246654d99449c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6c11\u4e50\u57ce\u5546\u5708&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-2.350029688263078,&quot;vlookat&quot;:48.567875645747364,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:1,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.065923&quot;,&quot;lng&quot;:&quot;121.741373&quot;,&quot;gd_lat&quot;:&quot;31.06381998698&quot;,&quot;gd_lng&quot;:&quot;121.745736762153&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;0&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12687,&quot;uid&quot;:3,&quot;material_id&quot;:8087,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/aa04534d89c20f45&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/aa04534d89c20f45\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u60e0\u5eb7\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-47.7846921662497,&quot;vlookat&quot;:55.095548719178495,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.070837&quot;,&quot;lng&quot;:&quot;121.733948&quot;,&quot;gd_lat&quot;:&quot;31.068733181424&quot;,&quot;gd_lng&quot;:&quot;121.738310275608&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12688,&quot;uid&quot;:3,&quot;material_id&quot;:8088,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/cfd9d81d34b53185&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/cfd9d81d34b53185\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u60e0\u6850\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:2,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:13.933546529371865,&quot;vlookat&quot;:51.78560256624905,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.068992&quot;,&quot;lng&quot;:&quot;121.756242&quot;,&quot;gd_lat&quot;:&quot;31.06689154731&quot;,&quot;gd_lng&quot;:&quot;121.760601942275&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12689,&quot;uid&quot;:3,&quot;material_id&quot;:8089,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/4b5d2459b797ac6d&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/4b5d2459b797ac6d\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u60e0\u76ca\u7eff\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:3,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:93.65836094060927,&quot;vlookat&quot;:49.17936474015941,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.067119&quot;,&quot;lng&quot;:&quot;121.733983&quot;,&quot;gd_lat&quot;:&quot;31.065013020834&quot;,&quot;gd_lng&quot;:&quot;121.73834499783&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12690,&quot;uid&quot;:3,&quot;material_id&quot;:8090,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/7eb2988fdf731fd9&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/7eb2988fdf731fd9\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u60e0\u76ca\u65b0\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:4,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:75.30258307826767,&quot;vlookat&quot;:50.50035936422579,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.060653&quot;,&quot;lng&quot;:&quot;121.734294&quot;,&quot;gd_lat&quot;:&quot;31.058543565539&quot;,&quot;gd_lng&quot;:&quot;121.738655870226&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12697,&quot;uid&quot;:3,&quot;material_id&quot;:8098,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e73a2400b9e11e7f&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/e73a2400b9e11e7f\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u8363\u6625\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:5,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-51.81533203414773,&quot;vlookat&quot;:55.75532094779804,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.065743&quot;,&quot;lng&quot;:&quot;121.739864&quot;,&quot;gd_lat&quot;:&quot;31.06363905165&quot;,&quot;gd_lng&quot;:&quot;121.744227430556&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12699,&quot;uid&quot;:3,&quot;material_id&quot;:8100,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/138d8c84853eca0a&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/138d8c84853eca0a\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9890\u5eb7\u540d\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:6,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-4.651945179935012,&quot;vlookat&quot;:57.13451082121477,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.066004&quot;,&quot;lng&quot;:&quot;121.743264&quot;,&quot;gd_lat&quot;:&quot;31.063901638455&quot;,&quot;gd_lng&quot;:&quot;121.747627766928&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12691,&quot;uid&quot;:3,&quot;material_id&quot;:8091,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/9aae7dc7e675a1aa&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/9aae7dc7e675a1aa\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5efa\u6b23\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:7,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-177.79260016243157,&quot;vlookat&quot;:59.90006396788634,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.057674&quot;,&quot;lng&quot;:&quot;121.739529&quot;,&quot;gd_lat&quot;:&quot;31.055565592448&quot;,&quot;gd_lng&quot;:&quot;121.74389187283&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12692,&quot;uid&quot;:3,&quot;material_id&quot;:8092,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e8f6b989cb1ec8d5&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/e8f6b989cb1ec8d5\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6717\u99a8\u9526\u5eb7&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:8,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-0.6604864777392485,&quot;vlookat&quot;:58.89078183616231,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.058072&quot;,&quot;lng&quot;:&quot;121.745068&quot;,&quot;gd_lat&quot;:&quot;31.055965440539&quot;,&quot;gd_lng&quot;:&quot;121.749430881077&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12693,&quot;uid&quot;:3,&quot;material_id&quot;:8094,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/ba7718184b139e75&quot;,&quot;tiledimage&quot;:&quot;7296,3648,1792,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/ba7718184b139e75\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3d\u56ed\u5317\u533a&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:9,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-4.514515228168458,&quot;vlookat&quot;:56.28394221527533,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.065452&quot;,&quot;lng&quot;:&quot;121.732480&quot;,&quot;gd_lat&quot;:&quot;31.063344184028&quot;,&quot;gd_lng&quot;:&quot;121.736841362848&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12694,&quot;uid&quot;:3,&quot;material_id&quot;:8095,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/0d913133c763b56f&quot;,&quot;tiledimage&quot;:&quot;7296,3648,1792,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/0d913133c763b56f\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3d\u56ed\u5357\u533a&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:10,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-6.412012746386943,&quot;vlookat&quot;:64.78043283203499,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.063563&quot;,&quot;lng&quot;:&quot;121.732488&quot;,&quot;gd_lat&quot;:&quot;31.061453993056&quot;,&quot;gd_lng&quot;:&quot;121.736849229601&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12696,&quot;uid&quot;:3,&quot;material_id&quot;:8097,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/56d7b4555650ae78&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/56d7b4555650ae78\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u79cb\u548c\u82d1\u4e3d\u51ac\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:11,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:75.80564328924478,&quot;vlookat&quot;:65.52643552983977,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.062506&quot;,&quot;lng&quot;:&quot;121.739571&quot;,&quot;gd_lat&quot;:&quot;31.060400390625&quot;,&quot;gd_lng&quot;:&quot;121.743934190539&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12686,&quot;uid&quot;:3,&quot;material_id&quot;:8086,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/1df86dbf11c707e4&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/1df86dbf11c707e4\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e3d\u6c34\u96c5\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:12,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:99.46129297477353,&quot;vlookat&quot;:43.72159547174755,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.071767&quot;,&quot;lng&quot;:&quot;121.749294&quot;,&quot;gd_lat&quot;:&quot;31.069668782553&quot;,&quot;gd_lng&quot;:&quot;121.753657226563&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12698,&quot;uid&quot;:3,&quot;material_id&quot;:8099,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/d2ec0b7006035905&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/d2ec0b7006035905\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9890\u666f\u56ed&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:13,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-32.8807813366889,&quot;vlookat&quot;:64.34727508554775,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.059401&quot;,&quot;lng&quot;:&quot;121.756323&quot;,&quot;gd_lat&quot;:&quot;31.057294921875&quot;,&quot;gd_lng&quot;:&quot;121.760682237414&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12685,&quot;uid&quot;:3,&quot;material_id&quot;:8085,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/1aea70ff3e70984f&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/1aea70ff3e70984f\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5f69\u8679\u96c5\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:14,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:178.52743423983657,&quot;vlookat&quot;:74.64458110692708,&quot;fov&quot;:120,&quot;fovmin&quot;:70,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.056958&quot;,&quot;lng&quot;:&quot;121.733956&quot;,&quot;gd_lat&quot;:&quot;31.054846191407&quot;,&quot;gd_lng&quot;:&quot;121.73831732856&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12700,&quot;uid&quot;:3,&quot;material_id&quot;:8101,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/56aea7ec1f825b99&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/56aea7ec1f825b99\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u7389\u79c0\u82d1&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:15,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0.4355769324255376,&quot;vlookat&quot;:59.716184030030604,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:120,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715082255,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.074498&quot;,&quot;lng&quot;:&quot;121.755474&quot;,&quot;gd_lat&quot;:&quot;31.072400987414&quot;,&quot;gd_lng&quot;:&quot;121.759834798178&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12701,&quot;uid&quot;:3,&quot;material_id&quot;:8432,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/6c634edcfdf59588&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/6c634edcfdf59588\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u79c0\u56ed&quot;,&quot;fenzuid&quot;:4433,&quot;deltime&quot;:0,&quot;sort&quot;:16,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-161.12341670412715,&quot;vlookat&quot;:50.98577008762528,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311072,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.070982&quot;,&quot;lng&quot;:&quot;121.742111&quot;,&quot;gd_lat&quot;:&quot;31.068882107205&quot;,&quot;gd_lng&quot;:&quot;121.74647515191&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:4436,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u4e1c\u57ce\u533a\u677f\u5757&quot;,&quot;listorder&quot;:1,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:4437,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:4436,&quot;view_list&quot;:[{&quot;id&quot;:12706,&quot;uid&quot;:3,&quot;material_id&quot;:8429,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/7c184ed2e24c24ef&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/7c184ed2e24c24ef\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e1c\u57ce\u533a&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:17,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-2.0230422251870745,&quot;vlookat&quot;:59.4957193050839,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311136,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.058764&quot;,&quot;lng&quot;:&quot;121.771748&quot;,&quot;gd_lat&quot;:&quot;31.056649848091&quot;,&quot;gd_lng&quot;:&quot;121.776092393664&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12707,&quot;uid&quot;:3,&quot;material_id&quot;:8582,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e742abf642437bfb&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/e742abf642437bfb\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e1c\u57ce\u65f6\u4ee3\u534e\u5ead&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:20,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:97.58540529748244,&quot;vlookat&quot;:56.380681212929446,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.053730&quot;,&quot;lng&quot;:&quot;121.768231&quot;,&quot;gd_lat&quot;:&quot;31.051615397136&quot;,&quot;gd_lng&quot;:&quot;121.77257921007&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12708,&quot;uid&quot;:3,&quot;material_id&quot;:8583,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e64ec3a38c75381d&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/e64ec3a38c75381d\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e1c\u65b9\u57ce\u5e02\u8c6a\u5ead&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:21,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-145.6436054557469,&quot;vlookat&quot;:49.18667837104091,&quot;fov&quot;:115,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.051626&quot;,&quot;lng&quot;:&quot;121.762232&quot;,&quot;gd_lat&quot;:&quot;31.049513617622&quot;,&quot;gd_lng&quot;:&quot;121.766586371528&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12709,&quot;uid&quot;:3,&quot;material_id&quot;:8584,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/9a7d6130a02034d7&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/9a7d6130a02034d7\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e1c\u539f\u00b7\u9038\u5885&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:22,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0.10721731640637462,&quot;vlookat&quot;:54.316679453892,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.059037&quot;,&quot;lng&quot;:&quot;121.770157&quot;,&quot;gd_lat&quot;:&quot;31.056924099393&quot;,&quot;gd_lng&quot;:&quot;121.77450358073&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12710,&quot;uid&quot;:3,&quot;material_id&quot;:8585,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/0d4120b2c62fbb47&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/0d4120b2c62fbb47\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6d77\u66f2\u96c5\u82d1&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:23,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0.8783828272289993,&quot;vlookat&quot;:49.45030451116522,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.058610&quot;,&quot;lng&quot;:&quot;121.767339&quot;,&quot;gd_lat&quot;:&quot;31.056498752171&quot;,&quot;gd_lng&quot;:&quot;121.771688639323&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12711,&quot;uid&quot;:3,&quot;material_id&quot;:8586,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/6f58b2058cc1eb9c&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/6f58b2058cc1eb9c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u6d77\u73a5\u6cd3\u90b8&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:24,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-2.67240410887684,&quot;vlookat&quot;:47.173607503021756,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.047421&quot;,&quot;lng&quot;:&quot;121.773083&quot;,&quot;gd_lat&quot;:&quot;31.0452992079&quot;,&quot;gd_lng&quot;:&quot;121.777425130209&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12712,&quot;uid&quot;:3,&quot;material_id&quot;:8587,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/208802ddc4dd77ea&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/208802ddc4dd77ea\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u7ea2\u5149\u82b1\u82d1&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:25,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:30.468816162244575,&quot;vlookat&quot;:58.41294965329633,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.065582&quot;,&quot;lng&quot;:&quot;121.765628&quot;,&quot;gd_lat&quot;:&quot;31.063475748698&quot;,&quot;gd_lng&quot;:&quot;121.769980197483&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12713,&quot;uid&quot;:3,&quot;material_id&quot;:8588,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/a5d0cba50964265d&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/a5d0cba50964265d\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u949c\u5fa1\u5ead&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:26,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:49.014780232135266,&quot;vlookat&quot;:57.048402078922436,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.056474&quot;,&quot;lng&quot;:&quot;121.770396&quot;,&quot;gd_lat&quot;:&quot;31.054359537761&quot;,&quot;gd_lng&quot;:&quot;121.77474202474&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12714,&quot;uid&quot;:3,&quot;material_id&quot;:8589,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/159534ddbc743a12&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/159534ddbc743a12\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u714c\u70d8\u96c5\u5885&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:27,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-9.794324286226669,&quot;vlookat&quot;:87.20388680010568,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.044626&quot;,&quot;lng&quot;:&quot;121.776697&quot;,&quot;gd_lat&quot;:&quot;31.042499457466&quot;,&quot;gd_lng&quot;:&quot;121.781033528646&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12715,&quot;uid&quot;:3,&quot;material_id&quot;:8590,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/4e9b701f32b1ae76&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/4e9b701f32b1ae76\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u60e0\u8bda\u60a6\u534e\u91cc&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:28,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:6.7951199383845,&quot;vlookat&quot;:37.305454897393,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.046087&quot;,&quot;lng&quot;:&quot;121.768610&quot;,&quot;gd_lat&quot;:&quot;31.043967827691&quot;,&quot;gd_lng&quot;:&quot;121.772957085504&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12716,&quot;uid&quot;:3,&quot;material_id&quot;:8596,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/b0954fe8a6e2df14&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/b0954fe8a6e2df14\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u91d1\u5730\u57ce&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:29,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:5.637387614741119,&quot;vlookat&quot;:36.848334171009206,&quot;fov&quot;:103,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.057283&quot;,&quot;lng&quot;:&quot;121.762313&quot;,&quot;gd_lat&quot;:&quot;31.055173882379&quot;,&quot;gd_lng&quot;:&quot;121.766667480469&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12717,&quot;uid&quot;:3,&quot;material_id&quot;:8597,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/e214f9f7f310969e&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/e214f9f7f310969e\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u541b\u5fa1\u516c\u9986&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:30,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-6.694514432374305,&quot;vlookat&quot;:42.94714104393027,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.052860&quot;,&quot;lng&quot;:&quot;121.772853&quot;,&quot;gd_lat&quot;:&quot;31.050741644966&quot;,&quot;gd_lng&quot;:&quot;121.777195638021&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12718,&quot;uid&quot;:3,&quot;material_id&quot;:8598,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/1c95b459856a97f4&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/1c95b459856a97f4\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e50\u6e90\u57ce&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:31,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:1.5351840342574563,&quot;vlookat&quot;:53.45843216324202,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.049857&quot;,&quot;lng&quot;:&quot;121.769337&quot;,&quot;gd_lat&quot;:&quot;31.047739257813&quot;,&quot;gd_lng&quot;:&quot;121.773683539497&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12719,&quot;uid&quot;:3,&quot;material_id&quot;:8600,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/beca4cbc340c609d&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/beca4cbc340c609d\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9e4f\u6da6\u5609\u82d1&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:32,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-57.87616245252447,&quot;vlookat&quot;:59.13875212102709,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.059901&quot;,&quot;lng&quot;:&quot;121.781362&quot;,&quot;gd_lat&quot;:&quot;31.05777859158&quot;,&quot;gd_lng&quot;:&quot;121.785692545573&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12720,&quot;uid&quot;:3,&quot;material_id&quot;:8601,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/465839072f8d6a18&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/465839072f8d6a18\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u94b1\u6c5f\u5927\u5bb6\u00b7\u6587\u6f9c\u5e9c&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:33,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-83.09349362022297,&quot;vlookat&quot;:41.49408641756913,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.062885&quot;,&quot;lng&quot;:&quot;121.774521&quot;,&quot;gd_lat&quot;:&quot;31.060770941841&quot;,&quot;gd_lng&quot;:&quot;121.778862304688&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12721,&quot;uid&quot;:3,&quot;material_id&quot;:8602,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/2505be8e2b58aed9&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/2505be8e2b58aed9\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4eba\u751f\u6e2f\u6e7e\u00b7\u5357\u6b27\u57ce&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:34,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:16.17750752272767,&quot;vlookat&quot;:60.2419824878895,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.041820&quot;,&quot;lng&quot;:&quot;121.765264&quot;,&quot;gd_lat&quot;:&quot;31.039700520834&quot;,&quot;gd_lng&quot;:&quot;121.76961452908&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12722,&quot;uid&quot;:3,&quot;material_id&quot;:8603,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/a2f4467206e865f8&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/a2f4467206e865f8\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u8fdc\u6d0b\u00b7\u56db\u5b63\u534e\u5ead&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:35,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:27.490213209930847,&quot;vlookat&quot;:23.691836760932954,&quot;fov&quot;:99,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.063782&quot;,&quot;lng&quot;:&quot;121.779360&quot;,&quot;gd_lat&quot;:&quot;31.061663682726&quot;,&quot;gd_lng&quot;:&quot;121.783694118924&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12723,&quot;uid&quot;:3,&quot;material_id&quot;:8604,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/05b9e77faf4ed8cb&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/05b9e77faf4ed8cb\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e2d\u6d32\u6d66\u4e1c\u73d1\u73ba\u53f0&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:36,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0.73350735650695,&quot;vlookat&quot;:38.843874162783,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715420636,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.055871&quot;,&quot;lng&quot;:&quot;121.776932&quot;,&quot;gd_lat&quot;:&quot;31.053750542535&quot;,&quot;gd_lng&quot;:&quot;121.781269259983&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12724,&quot;uid&quot;:3,&quot;material_id&quot;:8633,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/a32129d884fa5343&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/a32129d884fa5343\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u9f99\u6e90\u661f\u57ce&quot;,&quot;fenzuid&quot;:4437,&quot;deltime&quot;:0,&quot;sort&quot;:37,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:0,&quot;vlookat&quot;:0,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715561897,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.047509&quot;,&quot;lng&quot;:&quot;121.780682&quot;,&quot;gd_lat&quot;:&quot;31.045380045573&quot;,&quot;gd_lng&quot;:&quot;121.785012749566&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:4434,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u5e03\u9c81\u65af\u5c0f\u9547&quot;,&quot;listorder&quot;:2,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:4435,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:4434,&quot;view_list&quot;:[{&quot;id&quot;:12705,&quot;uid&quot;:3,&quot;material_id&quot;:8428,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/54c354612000624f&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/54c354612000624f\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5e03\u9c81\u65af\u5c0f\u9547&quot;,&quot;fenzuid&quot;:4435,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:88.97125952190706,&quot;vlookat&quot;:53.015532169545125,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311108,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.037492&quot;,&quot;lng&quot;:&quot;121.759274&quot;,&quot;gd_lat&quot;:&quot;31.035372450087&quot;,&quot;gd_lng&quot;:&quot;121.763629286025&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12702,&quot;uid&quot;:3,&quot;material_id&quot;:8425,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/96f7401c4bd2ab12&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/96f7401c4bd2ab12\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5e03\u9c81\u65af1\u671f&quot;,&quot;fenzuid&quot;:4435,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-80.50204078486837,&quot;vlookat&quot;:90,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311108,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.035143&quot;,&quot;lng&quot;:&quot;121.758117&quot;,&quot;gd_lat&quot;:&quot;31.033022732205&quot;,&quot;gd_lng&quot;:&quot;121.762472873264&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12703,&quot;uid&quot;:3,&quot;material_id&quot;:8426,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/67d1b241643e9884&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/67d1b241643e9884\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5e03\u9c81\u65af2\u671f&quot;,&quot;fenzuid&quot;:4435,&quot;deltime&quot;:0,&quot;sort&quot;:2,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:2.008008435666844,&quot;vlookat&quot;:67.68669569056497,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311108,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.035143&quot;,&quot;lng&quot;:&quot;121.761669&quot;,&quot;gd_lat&quot;:&quot;31.033021375869&quot;,&quot;gd_lng&quot;:&quot;121.766022135417&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12704,&quot;uid&quot;:3,&quot;material_id&quot;:8427,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/4e8564319fb70385&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/4e8564319fb70385\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u5e03\u9c81\u65af3\u671f&quot;,&quot;fenzuid&quot;:4435,&quot;deltime&quot;:0,&quot;sort&quot;:3,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:3.118973037642209,&quot;vlookat&quot;:63.947139974340125,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311108,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.035088&quot;,&quot;lng&quot;:&quot;121.764942&quot;,&quot;gd_lat&quot;:&quot;31.03296468099&quot;,&quot;gd_lng&quot;:&quot;121.769292263455&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:4438,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u60e0\u5357\u4e1c\u7ad9&quot;,&quot;listorder&quot;:3,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:4439,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:4438,&quot;view_list&quot;:[{&quot;id&quot;:12726,&quot;uid&quot;:3,&quot;material_id&quot;:8431,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/330c43a06040bedd&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/330c43a06040bedd\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u60e0\u5357\u4e1c\u7ad9&quot;,&quot;fenzuid&quot;:4439,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-38.73340181041107,&quot;vlookat&quot;:56.035052261733384,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311161,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.036878&quot;,&quot;lng&quot;:&quot;121.778684&quot;,&quot;gd_lat&quot;:&quot;31.034745008681&quot;,&quot;gd_lng&quot;:&quot;121.783017035591&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12725,&quot;uid&quot;:3,&quot;material_id&quot;:8430,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/7a631fd2fc282324&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/7a631fd2fc282324\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u534e\u5b9e\u4f73\u82d1&quot;,&quot;fenzuid&quot;:4439,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:-2.243592967162556,&quot;vlookat&quot;:56.99406303377261,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311161,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.041464&quot;,&quot;lng&quot;:&quot;121.780423&quot;,&quot;gd_lat&quot;:&quot;31.039331597223&quot;,&quot;gd_lng&quot;:&quot;121.784753689237&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:4440,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u542c\u6f6e\u677f\u5757&quot;,&quot;listorder&quot;:4,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:4441,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:4440,&quot;view_list&quot;:[{&quot;id&quot;:12727,&quot;uid&quot;:3,&quot;material_id&quot;:8433,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/ebaf0446f973726d&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/ebaf0446f973726d\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u542c\u6f6e\u677f\u5757&quot;,&quot;fenzuid&quot;:4441,&quot;deltime&quot;:0,&quot;sort&quot;:18,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:1.246755674871716,&quot;vlookat&quot;:47.86270904989721,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311183,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.048896&quot;,&quot;lng&quot;:&quot;121.739652&quot;,&quot;gd_lat&quot;:&quot;31.04678249783&quot;,&quot;gd_lng&quot;:&quot;121.74401421441&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]},{&quot;id&quot;:4442,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u542c\u6f6e\u5357\u8def\u677f\u5757&quot;,&quot;listorder&quot;:5,&quot;parent_id&quot;:0,&quot;child_fenzu&quot;:[{&quot;id&quot;:4443,&quot;pano_id&quot;:475,&quot;name&quot;:&quot;\u9ed8\u8ba4\u4e8c\u7ea7\u5206\u7ec4&quot;,&quot;listorder&quot;:0,&quot;parent_id&quot;:4442,&quot;view_list&quot;:[{&quot;id&quot;:12730,&quot;uid&quot;:3,&quot;material_id&quot;:8436,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/6b86bf17651d25f6&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/6b86bf17651d25f6\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u542c\u6f6e\u5357\u8def&quot;,&quot;fenzuid&quot;:4443,&quot;deltime&quot;:0,&quot;sort&quot;:0,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:4.190428611083037,&quot;vlookat&quot;:54.455763539815216,&quot;fov&quot;:120,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311204,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.038170&quot;,&quot;lng&quot;:&quot;121.736862&quot;,&quot;gd_lat&quot;:&quot;31.036048990886&quot;,&quot;gd_lng&quot;:&quot;121.741222873264&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12729,&quot;uid&quot;:3,&quot;material_id&quot;:8435,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/23fb3c2a0afafc3b&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/23fb3c2a0afafc3b\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u542c\u6f6e\u8c6a\u56ed&quot;,&quot;fenzuid&quot;:4443,&quot;deltime&quot;:0,&quot;sort&quot;:1,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:115.67811767145928,&quot;vlookat&quot;:63.39444435260287,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311204,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.040592&quot;,&quot;lng&quot;:&quot;121.734786&quot;,&quot;gd_lat&quot;:&quot;31.038471408421&quot;,&quot;gd_lng&quot;:&quot;121.739146321615&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12728,&quot;uid&quot;:3,&quot;material_id&quot;:8434,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/3086128aef64557c&quot;,&quot;tiledimage&quot;:&quot;16128,7936,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/3086128aef64557c\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u535a\u4f73\u82b1\u56ed&quot;,&quot;fenzuid&quot;:4443,&quot;deltime&quot;:0,&quot;sort&quot;:2,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:4.7796644440291844,&quot;vlookat&quot;:62.69179997819702,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311204,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.042671&quot;,&quot;lng&quot;:&quot;121.739512&quot;,&quot;gd_lat&quot;:&quot;31.040553927952&quot;,&quot;gd_lng&quot;:&quot;121.743873697917&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]},{&quot;id&quot;:12731,&quot;uid&quot;:3,&quot;material_id&quot;:8438,&quot;open_pid&quot;:0,&quot;pano_id&quot;:475,&quot;type&quot;:0,&quot;material_path&quot;:&quot;uploads\/3\/pano\/bbbe1322790bc8f7&quot;,&quot;tiledimage&quot;:&quot;16128,8192,4096,2048,1024&quot;,&quot;convert_status&quot;:0,&quot;zero&quot;:1,&quot;thumb&quot;:&quot;\/uploads\/3\/pano\/bbbe1322790bc8f7\/thumb.jpg&quot;,&quot;title&quot;:&quot;\u4e00\u65b9\u65b0\u57ce\u4e00\u4e8c\u671f&quot;,&quot;fenzuid&quot;:4443,&quot;deltime&quot;:0,&quot;sort&quot;:19,&quot;effect_mod&quot;:null,&quot;effect_size&quot;:null,&quot;effect_material_id&quot;:0,&quot;sun_ath&quot;:&quot;0&quot;,&quot;sun_atv&quot;:&quot;0&quot;,&quot;hlookat&quot;:8.333233834000213,&quot;vlookat&quot;:61.4919416422661,&quot;fov&quot;:130,&quot;fovmin&quot;:20,&quot;fovmax&quot;:130,&quot;vlookatmin&quot;:-90,&quot;vlookatmax&quot;:90,&quot;maxpixelzoom&quot;:0,&quot;limitview&quot;:2,&quot;bottom_circle_id&quot;:0,&quot;bottom_circle_size&quot;:100,&quot;bottom_circle_img&quot;:0,&quot;addtime&quot;:1715311971,&quot;top_circle_id&quot;:0,&quot;top_circle_size&quot;:100,&quot;top_circle_img&quot;:0,&quot;background_meterial_id&quot;:0,&quot;is_background_yinliang&quot;:&quot;1&quot;,&quot;is_background_auto_start&quot;:&quot;1&quot;,&quot;is_background_repet&quot;:&quot;0&quot;,&quot;is_jieshuo_auto_start&quot;:&quot;1&quot;,&quot;jieshuo_meterial_id&quot;:0,&quot;is_jieshuo_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuo_repet&quot;:&quot;0&quot;,&quot;update_opentags&quot;:0,&quot;words&quot;:&quot;&quot;,&quot;word_speed&quot;:2,&quot;word_window&quot;:0,&quot;word_url&quot;:&quot;&quot;,&quot;lat&quot;:&quot;31.036691&quot;,&quot;lng&quot;:&quot;121.733441&quot;,&quot;gd_lat&quot;:&quot;31.034567057292&quot;,&quot;gd_lng&quot;:&quot;121.737800292969&quot;,&quot;hlookatmax&quot;:180,&quot;hlookatmin&quot;:-180,&quot;fov_xunyou&quot;:0,&quot;detail_animation&quot;:0,&quot;is_del&quot;:0,&quot;view_hide&quot;:1,&quot;jieshuonan_meterial_id&quot;:0,&quot;is_jieshuonan_auto_start&quot;:1,&quot;is_jieshuonan_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuonan_repet&quot;:1,&quot;jieshuobig_meterial_id&quot;:0,&quot;is_jieshuobig_auto_start&quot;:1,&quot;is_jieshuobig_yinliang&quot;:&quot;1&quot;,&quot;is_jieshuobig_repet&quot;:1,&quot;z_content&quot;:null,&quot;hot_fenzu_bgcolor&quot;:&quot;#000000&quot;,&quot;hot_fenzu_txtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_checkbgcolor&quot;:&quot;#fa6400&quot;,&quot;hot_fenzu_checktxtcolor&quot;:&quot;#ffffff&quot;,&quot;hot_fenzu_animate&quot;:&quot;1&quot;,&quot;scene_type&quot;:1,&quot;compass_enable&quot;:0,&quot;compass_hlookat&quot;:null,&quot;compass_vlookat&quot;:null,&quot;compass_fov&quot;:null,&quot;compass_pic&quot;:null,&quot;compass_position&quot;:2,&quot;visit_pass&quot;:null,&quot;visit_pass_hit&quot;:null,&quot;visit_pass_hit_show&quot;:1,&quot;parent_view&quot;:0,&quot;child&quot;:[]}]}]}]" />
    </config>
    <action name="startup"
        autorun="onstart">
        <!--加载初始场景-->
        js(pcMenuModule.loadDefaultScene());
        if(startactions !== null, startactions() );
    </action>

    <action name="setup_autorotate">
        set(autorotate.waittime, "3");
        set(rotation_time,"11");
        add(rotation_time,1);
        mul(rotation_time,30);
        div(speed,360,rotation_time);
        set(autorotate.speed, get(speed));
        <!-- set(autorotate.accel,"2"); -->
        set(autorotate.enabled, "1");
    </action>

    <events name="onautorotateevents"
        keep="true"
        onautorotateoneround="nextscene()"/>

    <events name="close_scene_group_events"
        keep="true"
        onmousedown="js(pcMenuModule.setSceneGroupPointerStart(get(mouse.stagex), get(mouse.stagey));)"
        onmouseup="js(pcMenuModule.toggleSceneGroupFromPano(get(mouse.stagex), get(mouse.stagey));)"/>

    <action name="nextscene">
        autorotate.stop();wait(0);
        set(ns, get(scene[get(xml.scene)].index));
        set(maxs, get(scene.count));
        add(ns,1);

        if(get(scene[get(ns)].view_hide)==2 AND skin_settings.hide_thumbnails==2 ,add(ns,1));
        if(maxs==1,
            autorotate.start();
            ,
            if(ns GE maxs, set(ns,0));
            if(skin_settings.automatic_skip==1,
                js(vrTourInitModule.loadScene(get(scene[get(ns)].name),1));
                autorotate.start();, autorotate.start();
            )
        )

    </action>
    <action name="setQianruVideo">
        copy(current_hotspot,hotspot[%1]);
        if(get(current_hotspot.video_music)==1,
            jscall("pcMenuModule.pauseBgSound()");
        );
        if(get(current_hotspot.video_jiangjie)==1,
            jscall("pcMenuModule.pauseCommentarySound()");
        );
        togglepause();
    </action>
    <action name="scene_loaded">
        <!--嵌入-->
        setup_embed();
		setup_bottom_mask();
        setup_top_mask();
		load_texiao(get(scene[get(xml.scene)].index));
        if(view.autorotatekeepview == 1,
        set(autorotate.horizon, 'off');
        ,
        set(autorotate.horizon, 0.0);
        );
        <!--场景加载后处理事件-->
        js(pcMenuModule.sceneLoaded());
    </action>
    <!-- 进入VR模式 -->
    <action name="turn_on_vr">
        plugin[WebVR].enterVR();
    </action>
    <action name="draghotspot">spheretoscreen(ath, atv, hotspotcenterx, hotspotcentery, 'l'); sub(drag_adjustx,
        mouse.stagex, hotspotcenterx); sub(drag_adjusty, mouse.stagey, hotspotcentery); asyncloop(pressed, sub(dx,
        mouse.stagex, drag_adjustx); sub(dy, mouse.stagey, drag_adjusty); screentosphere(dx, dy, ath, atv); );
    </action>
    <blendmodes name="no blending"       description="无过渡效果"  blend="NOBLEND" />
    <blendmodes name="simple crossblending" description="简单淡入淡出" blend="BLEND(1.0, easeInCubic)" />
    <blendmodes name="zoom blend"        description="缩放过渡"  blend="ZOOMBLEND(2.0, 2.0, easeInOutSine)" />
    <blendmodes name="black-out"         description="黑场过渡"  blend="COLORBLEND(2.0, 0x000000, easeOutSine)" />
    <blendmodes name="white-flash"       description="白场过渡"  blend="LIGHTBLEND(1.0, 0xFFFFFF, 2.0, linear)" />
    <blendmodes name="right-to-left"     description="从右至左"  blend="SLIDEBLEND(1.0, 0.0, 0.2, linear)" />
    <!-- <blendmodes name="top-to-bottom"     description="从上至下"   blend="SLIDEBLEND(1.0, 90.0, 0.01, linear)" /> -->
    <blendmodes name="diagonal"          description="对角线"     blend="SLIDEBLEND(1.0, 135.0, 0.4, linear)" />
    <blendmodes name="circle open"       description="圆形展开"      blend="OPENBLEND(1.0, 0.0, 0.2, 0.0, linear)" />
    <blendmodes name="vertical open"     description="垂直展开"     blend="OPENBLEND(0.7, 1.0, 0.1, 0.0, linear)" />
    <blendmodes name="horizontal open"   description="水平展开"    blend="OPENBLEND(1.0, -1.0, 0.3, 0.0, linear)" />
    <blendmodes name="elliptic + zoom"   description="椭圆缩放"      blend="OPENBLEND(1.0, -0.5, 0.3, 0.8, linear)" />

    <!-- context menu - http://krpano.com/docu/xml/#contextmenu -->
    <!-- 自定义右键 -->
    <contextmenu versioninfo="false" fullscreen="false" >
        <!-- <item name="kr"
            caption="KRPANO" /> -->
        <!-- <item name="fs"
            caption="进入全屏" /> -->
        <item name="cc"
            caption=""
            onclick="skin_changecontrolmode();"
            separator="true" />
        <item name="nv"
            caption="普通视角"
            onclick="skin_view_normal();"
            showif="view.vlookatrange == 180"
            separator="true" />
        <item name="fv"
            caption="鱼眼视角"
            onclick="skin_view_fisheye();"
            showif="view.vlookatrange == 180"
            devices="flash|webgl" />
        <item name="sv"
            caption="球面视角"
            onclick="skin_view_stereographic();"
            showif="view.vlookatrange == 180"
            devices="flash|webgl" />
        <item name="av"
            caption="架构视角"
            onclick="skin_view_architectural();"
            showif="view.vlookatrange == 180" />
        <item name="pv"
            caption="潘妮视角"
            onclick="skin_view_pannini();"
            showif="view.vlookatrange == 180"
            devices="flash|webgl" />
        <item name="lp"
            caption="小行星视角"
            onclick="skin_view_littleplanet();"
            showif="view.vlookatrange == 180"
            devices="flash|webgl" />
            </contextmenu>

    
    <action name="on_view_changed">
        js(pcMenuModule.getLookatFn());
	</action>
    <style name="iframelayer" url="%SWFPATH%/skin/black.png" distorted="true" renderer="css3d" crop="0|0|64|64" framewidth="64" frameheight="64" frame="0" lastframe="19" />
    <action name="add_iframe" type="Javascript">
        var iframe = document.createElement("iframe");
        iframe.style.position = "absolute";
        iframe.style.left = 0;
        iframe.style.top = 0;
        iframe.style.width = "100%";
        iframe.style.height = "100%";
        iframe.style.border = 0;
        iframe.src = decodeURIComponent(args[1]);
        iframe.setAttribute('id',resolve(caller.name));
        caller.registercontentsize(args[2], args[3]);
        caller.sprite.appendChild(iframe);
        caller.sprite.style.webkitOverflowScrolling = "touch";
        caller.sprite.style.overflowY = "auto";
        caller.sprite.style.overflowX = "auto";
    </action>
    <action name="add_flat_human" type="Javascript"><![CDATA[
		var krp = caller.krpano;
		krp.removehotspot('hotVideo');
		var activespot = krp.addhotspot('hotVideo');
		activespot.url = "%SWFPATH%/plugins/videoplayer.js";
		activespot.videourl=args[1];
		activespot.posterurl=args[9];
	    activespot.chromakey=args[2];
	    activespot.loop=args[6];
	    activespot.muted=args[7];
	    activespot.pausedonstart=args[8];
	    activespot.distorted=false;
	    activespot.directionalsound=false;
	    activespot.zoom=false;
	    activespot.scale=args[5];
	    activespot.width=args[3];
	    activespot.height=args[4];
	    //activespot.cursor="grab";
	    activespot.showvr=true;
	    activespot.onclick="togglepause();updatescreen();";
	]]></action>
</krpano>
